small fixes

This commit is contained in:
van Hauser
2020-12-16 14:22:09 +01:00
parent 6e0aeb9833
commit 14c67f15c9
2 changed files with 3 additions and 3 deletions

View File

@ -666,7 +666,7 @@ void read_testcases(afl_state_t *afl, u8 *directory) {
}
if (afl->shuffle_queue && nl_cnt > 1) {
if (unlikely(afl->old_seed_selection && afl->shuffle_queue && nl_cnt > 1)) {
ACTF("Shuffling queue...");
shuffle_ptrs(afl, (void **)nl, nl_cnt);