mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1841935 - Disable -fsanitize=function for C files. r=decoder
Clang has recently added support for function UB sanitizing for C, but it catches cases in e.g. NSS and SQLite that are IMHO a gray area rather than a clear case of UB (https://reviews.llvm.org/D148827#4422709). Differential Revision: https://phabricator.services.mozilla.com/D182859
This commit is contained in:
parent
54e366467d
commit
ab9cc62858
4
build/sanitizers/ubsan_function_blacklist.txt
Normal file
4
build/sanitizers/ubsan_function_blacklist.txt
Normal file
@ -0,0 +1,4 @@
|
||||
[function]
|
||||
# Disable function sanitizer for all C files (new feature in clang 17) until we
|
||||
# we can narrow this down. See bug 1841935.
|
||||
src:*.c
|
Loading…
Reference in New Issue
Block a user