Add support for specific custom mutator name

This commit is contained in:
murx-
2020-08-08 18:34:54 +02:00
parent 28251a495a
commit 9a1d526ed4
3 changed files with 4 additions and 0 deletions

View File

@ -1683,6 +1683,8 @@ custom_mutator_stage:
has_custom_fuzz = true;
afl->stage_short = el->name_short;
for (afl->stage_cur = 0; afl->stage_cur < afl->stage_max;
++afl->stage_cur) {