diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-29 10:03:02 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-29 10:03:02 +0100 |
commit | 88cbaeb3e14de3ee5960ca78564e41741e7bd85b (patch) | |
tree | 083564475b73e1a02966d9b7c701910bab95291b /instrumentation/SanitizerCoveragePCGUARD.so.cc | |
parent | 25f9c1f4fb5c099ffc9cc93f7988f4fc4af9ab03 (diff) | |
download | afl++-88cbaeb3e14de3ee5960ca78564e41741e7bd85b.tar.gz |
LLVM 17 bug workaround
Diffstat (limited to 'instrumentation/SanitizerCoveragePCGUARD.so.cc')
-rw-r--r-- | instrumentation/SanitizerCoveragePCGUARD.so.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instrumentation/SanitizerCoveragePCGUARD.so.cc b/instrumentation/SanitizerCoveragePCGUARD.so.cc index 1c019d26..aae04bb1 100644 --- a/instrumentation/SanitizerCoveragePCGUARD.so.cc +++ b/instrumentation/SanitizerCoveragePCGUARD.so.cc @@ -952,6 +952,7 @@ bool ModuleSanitizerCoverageAFL::InjectCoverage( #endif { + // fprintf(stderr, "UNHANDLED: %u\n", t->getTypeID()); unhandled++; continue; |