aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/afl-fuzz-one.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c
index 38eda769..69d73319 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -4578,7 +4578,7 @@ pacemaker_fuzzing:
u32 r_max, r;
- r_max = 15 + ((afl->extras_cnt + afl->a_extras_cnt) ? 2 : 0);
+ r_max = 16 + ((afl->extras_cnt + afl->a_extras_cnt) ? 2 : 0);
if (unlikely(afl->expand_havoc && afl->ready_for_splicing_count > 1)) {
@@ -5033,7 +5033,7 @@ pacemaker_fuzzing:
/* Values 16 and 17 can be selected only if there are any extras
present in the dictionaries. */
- r -= 16;
+ r -= 15;
if (r == 0 && (afl->extras_cnt || afl->a_extras_cnt)) {