diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-18 10:32:15 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-18 10:32:15 +0200 |
commit | abd6eace9d767e4db6019e8eb69080d2352015c9 (patch) | |
tree | ca678752169f9a4338093ed38ea4c95c5d78689e /src | |
parent | f664eb58c50ab9b6b130139613a35ff7a7297f1b (diff) | |
download | afl++-abd6eace9d767e4db6019e8eb69080d2352015c9.tar.gz |
improved symqemu custom mutator
Diffstat (limited to 'src')
-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 c6e9a295..5c71fc59 100644 --- a/src/afl-fuzz-one.c +++ b/src/afl-fuzz-one.c @@ -1912,6 +1912,7 @@ custom_mutator_stage: afl->stage_name = "custom mutator"; afl->stage_short = "custom"; + afl->stage_cur = 0; afl->stage_val_type = STAGE_VAL_NONE; bool has_custom_fuzz = false; u32 shift = unlikely(afl->custom_only) ? 7 : 8; |