about summary refs log tree commit diff
path: root/src/afl-fuzz-one.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r--src/afl-fuzz-one.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c
index db88f239..2003be1f 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -5912,9 +5912,12 @@ pacemaker_fuzzing:
             afl->queue_cur->was_fuzzed = 1;
             afl->reinit_table = 1
             if (afl->queue_cur->favored) {
+
               --afl->pending_favored;
               afl->smallest_favored = -1;
+
             }
+
           }
 
         }