diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-16 13:03:42 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-16 13:03:42 +0200 |
commit | c46f8c1f70918056e95c801b1a81f11c79304b05 (patch) | |
tree | c93dfdd86055cc96c8227c392fe43d46660de550 /instrumentation/afl-compiler-rt.o.c | |
parent | a6c0b5f7667475336a26197d99ea24f18ffcdbd7 (diff) | |
download | afl++-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.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 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); } |