This commit is contained in:
vanhauser-thc
2021-06-01 11:19:49 +02:00
parent 7e54c8d7f6
commit 07c3e47e6b
2 changed files with 11 additions and 3 deletions

View File

@ -121,7 +121,7 @@ write_to_testcase(afl_state_t *afl, void *mem, u32 len) {
});
/* everything as planned. use the potentially new data. */
afl_fsrv_write_to_testcase(&afl->fsrv, new_buf, new_size);
afl_fsrv_write_to_testcase(&afl->fsrv, new_mem, new_size);
} else {