about summary refs log tree commit diff
path: root/instrumentation/afl-llvm-common.cc
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-10 11:08:03 +0100
committervanhauser-thc <vh@thc.org>2021-03-10 11:08:03 +0100
commita0c30116733dd08e8d74a879c0e99be140b7eebb (patch)
treea60548b0ce011768b776e8275fa9dfa51d91856d /instrumentation/afl-llvm-common.cc
parent69f3095045f4e60a9ef4b0ca0c5032ed824cd4f4 (diff)
downloadafl++-a0c30116733dd08e8d74a879c0e99be140b7eebb.tar.gz
change map_size tests
Diffstat (limited to 'instrumentation/afl-llvm-common.cc')
-rw-r--r--instrumentation/afl-llvm-common.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/instrumentation/afl-llvm-common.cc b/instrumentation/afl-llvm-common.cc
index aa54f4f7..0fd3a011 100644
--- a/instrumentation/afl-llvm-common.cc
+++ b/instrumentation/afl-llvm-common.cc
@@ -62,13 +62,15 @@ bool isIgnoreFunction(const llvm::Function *F) {
       "sancov.",
       "__ubsan_",
       "ign.",
-      "__afl_",
+      "__afl",
       "_fini",
-      "__libc_csu",
+      "__libc_",
       "__asan",
       "__msan",
       "__cmplog",
       "__sancov",
+      "__cxx_",
+      "_GLOBAL",
       "msan.",
       "LLVMFuzzerM",
       "LLVMFuzzerC",