ec36abead2
This renames UBSAN's lists to match the names expected by the sanitizer
config as specified in
1343ce81aa
Bug: v8:10619
Change-Id: I83f671cb68e4541735acb8d86d267f6a1a49b0a0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2854744
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74242}
13 lines
618 B
Plaintext
13 lines
618 B
Plaintext
#############################################################################
|
|
# UBSan vptr ignorelist.
|
|
# Function and type based ignorelisting use a mangled name, and it is especially
|
|
# tricky to represent C++ types. For now, any possible changes by name manglings
|
|
# are simply represented as wildcard expressions of regexp, and thus it might be
|
|
# over-ignorelisted.
|
|
|
|
#############################################################################
|
|
# UBsan goes into an infinite recursion when __dynamic_cast instrumented with
|
|
# "vptr". See crbug.com/609786.
|
|
|
|
src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp
|