about summary refs log tree commit diff
path: root/instrumentation/afl-compiler-rt.o.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-06-16 13:03:42 +0200
committervanhauser-thc <vh@thc.org>2021-06-16 13:03:42 +0200
commitc46f8c1f70918056e95c801b1a81f11c79304b05 (patch)
treec93dfdd86055cc96c8227c392fe43d46660de550 /instrumentation/afl-compiler-rt.o.c
parenta6c0b5f7667475336a26197d99ea24f18ffcdbd7 (diff)
downloadafl++-c46f8c1f70918056e95c801b1a81f11c79304b05.tar.gz
make afl-cmin actually work with subdirectories
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r--instrumentation/afl-compiler-rt.o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c
index 50117012..404b761f 100644
--- a/instrumentation/afl-compiler-rt.o.c
+++ b/instrumentation/afl-compiler-rt.o.c
@@ -1019,7 +1019,7 @@ static void __afl_start_forkserver(void) {
 
       if (read(FORKSRV_FD, &was_killed, 4) != 4) {
 
-        write_error("read from afl-fuzz");
+        //write_error("read from afl-fuzz");
         _exit(1);
 
       }