summaryrefslogtreecommitdiff
path: root/deps/v8/tools/ubsan/blacklist.txt
blob: ea4e79bf522a8889a7e62fab6e744a90febd6df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#############################################################################
# UBSan blacklist.

# Bug 8735: PropertyCallbackInfo<void> vs PropertyCallbackInfo<T>.
fun:*v8*internal*PropertyCallbackArguments*CallAccessorSetter*
fun:*v8*internal*PropertyCallbackArguments*BasicCallNamedGetterCallback*
fun:*v8*internal*InvokeAccessorGetterCallback*

# Bug 8735: WeakCallbackInfo<void> vs. WeakCallbackInfo<T>.
fun:*v8*internal*GlobalHandles*PendingPhantomCallback*Invoke*
fun:*v8*internal*GlobalHandles*Node*PostGarbageCollectionProcessing*

# Simulators casting C++ functions to a generic signature.
fun:*v8*internal*UnsafeDirectApiCall*
fun:*v8*internal*UnsafeDirectGetterCall*
fun:*v8*internal*UnsafeGenericFunctionCall*
fun:*v8*internal*UnsafeProfilingApiCall*