]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/compiler-rt/lib/hwasan/hwasan_blacklist.txt
Merge libc++ trunk r338150 (just before the 7.0.0 branch point), and
[FreeBSD/FreeBSD.git] / contrib / compiler-rt / lib / hwasan / hwasan_blacklist.txt
1 # Blacklist for HWAddressSanitizer. Turns off instrumentation of particular
2 # functions or sources. Use with care. You may set location of blacklist
3 # at compile-time using -fsanitize-blacklist=<path> flag.
4
5 # Example usage:
6 # fun:*bad_function_name*
7 # src:file_with_tricky_code.cc