diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-07 06:16:53 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-07 06:16:53 +0100 |
commit | aeb7d7048371cd91ab9280c3958f1c35e5d5e758 (patch) | |
tree | 036cccec97ea2d7727827702dac0621ad3bb35ca | |
parent | 209c5ba4657b641bf261da7ac9ce7d3f809109c2 (diff) | |
download | afl++-aeb7d7048371cd91ab9280c3958f1c35e5d5e758.tar.gz |
remove debug output
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index 059691ec..3a9e3e0e 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -1320,7 +1320,7 @@ void __cmplog_ins_hook4(uint32_t arg1, uint32_t arg2, uint8_t attr) { void __cmplog_ins_hook8(uint64_t arg1, uint64_t arg2, uint8_t attr) { - fprintf(stderr, "hook8 arg0=%lx arg1=%lx attr=%u\n", arg1, arg2, attr); + // fprintf(stderr, "hook8 arg0=%lx arg1=%lx attr=%u\n", arg1, arg2, attr); if (unlikely(!__afl_cmp_map || arg1 == arg2)) return; |