diff options
author | van Hauser <vh@thc.org> | 2020-03-21 21:10:38 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-21 21:10:38 +0100 |
commit | c6db05c5ae11e2a33df8aa450d6ccac7d6109a02 (patch) | |
tree | f125708d2fe71c72d1c1ff61e720477e989587be /src/afl-fuzz-one.c | |
parent | 6f78b67f033f430b2b71f88b9f596847d7cbedb1 (diff) | |
download | afl++-c6db05c5ae11e2a33df8aa450d6ccac7d6109a02.tar.gz |
test.sh with -no-pie
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r-- | src/afl-fuzz-one.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c index c1458dbb..5211d565 100644 --- a/src/afl-fuzz-one.c +++ b/src/afl-fuzz-one.c @@ -442,6 +442,7 @@ u8 fuzz_one_original(afl_state_t *afl) { if (afl->queue_cur->cal_failed < CAL_CHANCES) { + one1cnt++; res = calibrate_case(afl, afl->queue_cur, in_buf, afl->queue_cycle - 1, 0); @@ -2460,6 +2461,7 @@ u8 mopt_common_fuzzing(afl_state_t *afl, MOpt_globals_t MOpt_globals) { if (afl->queue_cur->cal_failed < CAL_CHANCES) { + one2cnt++; res = calibrate_case(afl, afl->queue_cur, in_buf, afl->queue_cycle - 1, 0); |