mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
Add missing initialisation for havoc_queued during the custom mutator's stage.
This commit is contained in:
@ -1894,6 +1894,7 @@ custom_mutator_stage:
|
|||||||
LIST_FOREACH(&afl->custom_mutator_list, struct custom_mutator, {
|
LIST_FOREACH(&afl->custom_mutator_list, struct custom_mutator, {
|
||||||
|
|
||||||
if (el->afl_custom_fuzz) {
|
if (el->afl_custom_fuzz) {
|
||||||
|
havoc_queued = afl->queued_items;
|
||||||
|
|
||||||
afl->current_custom_fuzz = el;
|
afl->current_custom_fuzz = el;
|
||||||
afl->stage_name = el->name_short;
|
afl->stage_name = el->name_short;
|
||||||
|
Reference in New Issue
Block a user