This commit is contained in:
vanhauser-thc
2024-05-16 14:43:35 +02:00
parent d4071b0fe4
commit 2dc967fee3
2 changed files with 6 additions and 5 deletions

View File

@ -3069,7 +3069,7 @@ stop_fuzzing:
if (getenv("AFL_DUMP_QUEUE_ON_EXIT")) {
for (u32 mode = 0; mode < 2; mode++) {
for (u32 mode = 0; mode < 1; mode++) {
afl->fuzz_mode = mode;
create_alias_table(afl);