DescriptionReland of Fix FreeList::zapFreedMemory to fail "use-of-uninitialized-value" on MSAN
A CL for fallback font collection[1] broke MSAN bots[2] and was reverted.
Another try to fix[2] also fails on MSAN bots at
FreeList::zapFreeMemory[3]. This patch allows zapFreeMemory to write to
uninitialized memory.
Originally landed[4] and then reverted[5] due to missing support of a
combination of #define symbols.
[1] https://codereview.chromium.org/1241613006/
[2] https://codereview.chromium.org/1244973003/
[3] http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_msan_rel_ng/builds/84
[4] https://codereview.chromium.org/1259893002
[5] https://codereview.chromium.org/1257303003
BUG=514099
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199724
Patch Set 1 : Copied from https://codereview.chromium.org/1259893002 #Patch Set 2 : Add defined(MEMORY_SANITIZER) missing only in .h #
Messages
Total messages: 8 (2 generated)
|