mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
more sanitizer functions for blacklist
This commit is contained in:
@ -97,10 +97,8 @@ class AFLCoverage : public ModulePass {
|
||||
|
||||
static const char *Blacklist[] = {
|
||||
|
||||
"asan.",
|
||||
"llvm.",
|
||||
"sancov.",
|
||||
"__ubsan_handle_",
|
||||
"asan.", "llvm.", "sancov.", "__ubsan_handle_", "ign.", "__afl_",
|
||||
"_fini", "__libc_csu", "__asan", "__msan", "msan."
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user