Repalce the fixed buffer in SymbolizerProcess with InternalScopedString,
and simply append to it when reading data.
Fixes #55460
Differential D126580
[compiler-rt] Avoid truncating Symbolizer output paulkirth on May 27 2022, 5:03 PM. Authored by
Details Repalce the fixed buffer in SymbolizerProcess with InternalScopedString, Fixes #55460
Diff Detail
Event TimelineComment Actions Thanks.
Comment Actions Address comments. Replace InternalScopedString w/ InternalMmapVector.
Comment Actions Address comments
Comment Actions Update test condition per discussion with @leonardchan
|
getBuff don't need to be virtual