diff options
author | van Hauser <vh@thc.org> | 2020-05-13 16:49:00 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-13 16:49:00 +0200 |
commit | 60a5df52623802ccadd0691b812761b3f4a9120e (patch) | |
tree | 1c1663227c13c422851aa33e21e4d25b92ce570a /src/afl-fuzz-cmplog.c | |
parent | c384a17b4181553d9e7c56fbafd6c8e934e6beed (diff) | |
download | afl++-60a5df52623802ccadd0691b812761b3f4a9120e.tar.gz |
code-format and slight -S/-M modifications
Diffstat (limited to 'src/afl-fuzz-cmplog.c')
-rw-r--r-- | src/afl-fuzz-cmplog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afl-fuzz-cmplog.c b/src/afl-fuzz-cmplog.c index 4be6a2c8..faf4dcb7 100644 --- a/src/afl-fuzz-cmplog.c +++ b/src/afl-fuzz-cmplog.c @@ -51,7 +51,6 @@ u8 common_fuzz_cmplog_stuff(afl_state_t *afl, u8 *out_buf, u32 len) { u8 fault; - write_to_testcase(afl, out_buf, len); fault = fuzz_run_target(afl, &afl->cmplog_fsrv, afl->fsrv.exec_tmout); |