Files
Kmake/deps/v8/tools/ubsan/ignorelist.txt
2026-05-26 23:36:42 -07:00

23 lines
1004 B
Plaintext

#############################################################################
# UBSan ignorelist.
# Bug 8735: PropertyCallbackInfo<void> vs PropertyCallbackInfo<T>
# and Local<String> vs Local<Name>.
fun:*v8*internal*PropertyCallbackArguments*CallAccessorGetter*
fun:*v8*internal*PropertyCallbackArguments*CallAccessorSetter*
fun:*v8*internal*InvokeAccessorGetterCallback*
# Bug chromium:328490288: remove these two once the old interceptor callbacks
# signatures are removed.
fun:*v8*internal*PropertyCallbackArguments*CallNamed*
fun:*v8*internal*PropertyCallbackArguments*CallIndexed*
# 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*