tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ubsan_function_blacklist.txt (511B)


      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
      5 
      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*