2013-05-21 21:48:27 +08:00
|
|
|
# Blacklist for AddressSanitizer. Turns off instrumentation of particular
|
|
|
|
# functions or sources. Use with care. You may set location of blacklist
|
|
|
|
# at compile-time using -fsanitize-blacklist=<path> flag.
|
|
|
|
|
|
|
|
# Example usage:
|
2013-05-21 21:55:56 +08:00
|
|
|
# fun:*bad_function_name*
|
2013-05-21 21:48:27 +08:00
|
|
|
# src:file_with_tricky_code.cc
|
|
|
|
# global:*global_with_bad_access_or_initialization*
|
2013-07-10 06:04:28 +08:00
|
|
|
# global:*global_with_initialization_issues*=init
|
|
|
|
# type:*Namespace::ClassName*=init
|