• Michael Lippautz's avatar
    cppgc: Fix MSAN builds · 75662f1b
    Michael Lippautz authored
    The stack scanner copies any potentially uninitialized values into a
    temporary on the stack. The temporary is supposed to be unpoisoned
    before processing.
    
    This fixes an issue where we would pass the wrong address to
    unpoisoning.
    
    Bug: chromium:1056170
    Change-Id: I8eb1564103d067e72f9de74b71d9ddfc23a68ade
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2130273
    Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Anton Bikineev <bikineev@chromium.org>
    Auto-Submit: Michael Lippautz <mlippautz@chromium.org>
    Reviewed-by: 's avatarAnton Bikineev <bikineev@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#66932}
    75662f1b
Name
Last commit
Last update
..
asm/x64 Loading commit data...
allocation.cc Loading commit data...
gc-info-table.cc Loading commit data...
gc-info-table.h Loading commit data...
gc-info.cc Loading commit data...
globals.h Loading commit data...
heap-inl.h Loading commit data...
heap-object-header-inl.h Loading commit data...
heap-object-header.cc Loading commit data...
heap-object-header.h Loading commit data...
heap.cc Loading commit data...
heap.h Loading commit data...
member.cc Loading commit data...
platform.cc Loading commit data...
sanitizers.h Loading commit data...
stack.cc Loading commit data...
stack.h Loading commit data...