mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 20:28:08 +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, {
|
||||
|
||||
if (el->afl_custom_fuzz) {
|
||||
havoc_queued = afl->queued_items;
|
||||
|
||||
afl->current_custom_fuzz = el;
|
||||
afl->stage_name = el->name_short;
|
||||
|
Reference in New Issue
Block a user