diff options
author | yangzao <yangzaocn@outlook.com> | 2023-11-27 09:58:03 -0700 |
---|---|---|
committer | yangzao <yangzaocn@outlook.com> | 2023-11-27 09:58:03 -0700 |
commit | c9e0f01b439870dc2b619ab2c18240b201ca1460 (patch) | |
tree | 1cd8424fcb2d10da30b0578529a6f617aaf30206 /src/afl-fuzz-one.c | |
parent | faedb3fb29186c29a4f0cf28daa5d07350ed8094 (diff) | |
download | afl++-c9e0f01b439870dc2b619ab2c18240b201ca1460.tar.gz |
format code
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r-- | src/afl-fuzz-one.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c index 67dafda8..01e34b69 100644 --- a/src/afl-fuzz-one.c +++ b/src/afl-fuzz-one.c @@ -1894,6 +1894,7 @@ custom_mutator_stage: LIST_FOREACH(&afl->custom_mutator_list, struct custom_mutator, { if (el->afl_custom_fuzz) { + havoc_queued = afl->queued_items; afl->current_custom_fuzz = el; |