xref: /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/asan_ignorelist.txt (revision 5f7ddb1456d5b926e85710da690bf548ef0c9fc8)
1# Ignorelist for AddressSanitizer. Turns off instrumentation of particular
2# functions or sources. Use with care. You may set location of ignorelist
3# at compile-time using -fsanitize-ignorelist=<path> flag.
4
5# Example usage:
6# fun:*bad_function_name*
7# src:file_with_tricky_code.cc
8# global:*global_with_bad_access_or_initialization*
9# global:*global_with_initialization_issues*=init
10# type:*Namespace::ClassName*=init
11
12# Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
13fun:*_Find_elem@*@std*
14