about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-21 21:10:38 +0100
committervan Hauser <vh@thc.org>2020-03-21 21:10:38 +0100
commitc6db05c5ae11e2a33df8aa450d6ccac7d6109a02 (patch)
treef125708d2fe71c72d1c1ff61e720477e989587be /src/afl-fuzz-bitmap.c
parent6f78b67f033f430b2b71f88b9f596847d7cbedb1 (diff)
downloadafl++-c6db05c5ae11e2a33df8aa450d6ccac7d6109a02.tar.gz
test.sh with -no-pie
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r--src/afl-fuzz-bitmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c
index 86474adc..06078fc2 100644
--- a/src/afl-fuzz-bitmap.c
+++ b/src/afl-fuzz-bitmap.c
@@ -578,6 +578,7 @@ u8 save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
     /* Try to calibrate inline; this also calls update_bitmap_score() when
        successful. */
 
+    bmcnt++;
     res = calibrate_case(afl, afl->queue_top, mem, afl->queue_cycle - 1, 0);
 
     if (res == FAULT_ERROR) FATAL("Unable to execute target application");