Bug 1867925 - Mark some storage-access-api tests as intermittent after wpt-sync....
[gecko.git] / build / sanitizers / ubsan_function_blacklist.txt
blob58c8f33be48c8205b8a7fd4db90d5c980edbb34e
1 [function]
2 # Disable function sanitizer for all C files (new feature in clang 17) until we
3 # we can narrow this down. See bug 1841935.
4 src:*.c
6 # RLBox allows automatic handling of differing machine models between the appplication and sandbox.
7 # To do this, RLBox carefully changes the types of function pointers to the sandbox with ones suitable for the applicaton.
8 # Unfortunately, this triggers the ubsan's check for calling functions with incorrect types. So disabling this.
9 fun:*impl_invoke_with_func_ptr*