You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
279 B
8 lines
279 B
7 months ago
|
# Blacklist for MemorySanitizer. 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:
|
||
|
# fun:*bad_function_name*
|
||
|
# src:file_with_tricky_code.cc
|