diff options
author | van Hauser <vh@thc.org> | 2022-02-10 12:12:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 12:12:02 +0100 |
commit | 1d4f1e48797c064ee71441ba555b29fc3f467983 (patch) | |
tree | 66124b018da5451bd5eb578c460bd27e0614e52e /src/afl-fuzz-cmplog.c | |
parent | 2d9325aed9bde0630162a5efaac33a2a8f5bb252 (diff) | |
parent | de7058b75b629011246be12b4ae7df1e504925b1 (diff) | |
download | afl++-1d4f1e48797c064ee71441ba555b29fc3f467983.tar.gz |
Merge pull request #1326 from AFLplusplus/dev
push to stable
Diffstat (limited to 'src/afl-fuzz-cmplog.c')
-rw-r--r-- | src/afl-fuzz-cmplog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-cmplog.c b/src/afl-fuzz-cmplog.c index ce8f1a83..1a8052a0 100644 --- a/src/afl-fuzz-cmplog.c +++ b/src/afl-fuzz-cmplog.c @@ -49,7 +49,7 @@ u8 common_fuzz_cmplog_stuff(afl_state_t *afl, u8 *out_buf, u32 len) { u8 fault; - write_to_testcase(afl, out_buf, len); + len = write_to_testcase(afl, out_buf, len, 0); fault = fuzz_run_target(afl, &afl->cmplog_fsrv, afl->fsrv.exec_tmout); |