blob: 63b3c315b26b6ff06572986d1f820a924fe92367 [file] [log] [blame]
Alexey Samsonovc1caace2013-05-21 13:48:27 +00001# Blacklist for AddressSanitizer. 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:
Alexey Samsonov4d1b3832013-05-21 13:55:56 +00006# fun:*bad_function_name*
Alexey Samsonovc1caace2013-05-21 13:48:27 +00007# src:file_with_tricky_code.cc
8# global:*global_with_bad_access_or_initialization*
Peter Collingbourned9077022013-07-09 22:04:28 +00009# global:*global_with_initialization_issues*=init
10# type:*Namespace::ClassName*=init