queue buffer and new splice havoc mutation

This commit is contained in:
Andrea Fioraldi
2020-07-16 14:32:41 +02:00
parent 6513bca07e
commit c2b04bdf6c
4 changed files with 104 additions and 17 deletions

View File

@ -405,6 +405,7 @@ void afl_state_deinit(afl_state_t *afl) {
if (afl->pass_stats) { ck_free(afl->pass_stats); }
if (afl->orig_cmp_map) { ck_free(afl->orig_cmp_map); }
if (afl->queue_buf) { free(afl->queue_buf); }
if (afl->out_buf) { free(afl->out_buf); }
if (afl->out_scratch_buf) { free(afl->out_scratch_buf); }
if (afl->eff_buf) { free(afl->eff_buf); }