DescriptionEventLogParser: use std::vector to reduce stack usage
ParsedRtcEventLog::ParseStream was using a stack-allocated 64kb array
for a temporary buffer. This was causing problems in build environments
with restrictions on stack size.
This change replaces it with an std::vector.
NOTRY=true
Committed: https://crrev.com/1afdf99f9c00155b0c250e9a358de0184933b27c
Cr-Commit-Position: refs/heads/master@{#14055}
Patch Set 1 #
Messages
Total messages: 15 (8 generated)
|