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:
Mike Hommey 2023-07-06 09:34:02 +00:00
Родитель 54e366467d
Коммит ab9cc62858
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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