update dynamic list

This commit is contained in:
vanhauser-thc
2021-03-25 08:54:47 +01:00
parent 3b860c1dd6
commit 90e7543038
4 changed files with 4 additions and 3 deletions

View File

@ -102,7 +102,7 @@ void afl_state_init(afl_state_t *afl, uint32_t map_size) {
afl->stats_update_freq = 1;
afl->stats_avg_exec = 0;
afl->skip_deterministic = 1;
afl->cmplog_lvl = 1;
afl->cmplog_lvl = 2;
#ifndef NO_SPLICING
afl->use_splicing = 1;
#endif