DescriptionOilpan: expand size of vector backing container when finalizing.
The finalization of vector buffers will currently finalize all slots
in the buffer, as the actually used subsequence cannot be determined by
the buffer. Hence, the buffer finalization needs to expand the size of
the container before iterating over the slots so as to avoid ASan
container overflow checks reporting false negatives.
R=haraken
BUG=475801
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194360
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|