about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-02 16:46:31 +0200
committervan Hauser <vh@thc.org>2020-04-09 10:23:37 +0200
commit54884224711b6790b89f280f852df18a2226371e (patch)
tree4574c65d0886f77d4698aa0d113a5f77352bfba9 /src
parente8e6dbf83962900eb9a0909ca4f2e8aeea6d96e9 (diff)
downloadafl++-54884224711b6790b89f280f852df18a2226371e.tar.gz
fix UI bug for bit flip yields
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c
index 169dbf2a..77bbe023 100644
--- a/src/afl-fuzz-stats.c
+++ b/src/afl-fuzz-stats.c
@@ -571,7 +571,7 @@ void show_stats(afl_state_t *afl) {
             u_stringify_int(IB(1), afl->stage_cycles[STAGE_FLIP1]),
             u_stringify_int(IB(2), afl->stage_finds[STAGE_FLIP2]),
             u_stringify_int(IB(3), afl->stage_cycles[STAGE_FLIP2]),
-            u_stringify_int(IB(3), afl->stage_finds[STAGE_FLIP4]),
+            u_stringify_int(IB(4), afl->stage_finds[STAGE_FLIP4]),
             u_stringify_int(IB(5), afl->stage_cycles[STAGE_FLIP4]));
 
   }