Add missing initialisation for havoc_queued during the custom mutator's stage.

This commit is contained in:
Manuel Carrasco
2023-11-06 17:50:15 +00:00
parent f3d2127fd8
commit 8ad36af95d

View File

@ -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;
afl->stage_name = el->name_short;