test.sh with -no-pie

This commit is contained in:
van Hauser
2020-03-21 21:10:38 +01:00
parent 6f78b67f03
commit c6db05c5ae
10 changed files with 32 additions and 10 deletions

View File

@ -303,6 +303,8 @@ u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem,
trying to calibrate already-added finds. This helps avoid trouble due
to intermittent latency. */
runcnt++;
if (!from_queue || afl->resuming_fuzz)
use_tmout = MAX(afl->fsrv.exec_tmout + CAL_TMOUT_ADD,
afl->fsrv.exec_tmout * CAL_TMOUT_PERC / 100);