diff options
author | van Hauser <vh@thc.org> | 2020-08-11 18:06:18 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-11 18:06:18 +0200 |
commit | b604f5eafcebb816026e198df0ea66ebcbf18421 (patch) | |
tree | c407463af5dcfe5e031c33036a15a87e7a0be634 /src/afl-fuzz-queue.c | |
parent | 220dc4a43d197f5ff451627a9923b874805c02aa (diff) | |
download | afl++-b604f5eafcebb816026e198df0ea66ebcbf18421.tar.gz |
finalize first beta! yay!
Diffstat (limited to 'src/afl-fuzz-queue.c')
-rw-r--r-- | src/afl-fuzz-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-queue.c b/src/afl-fuzz-queue.c index a1fe146b..43794018 100644 --- a/src/afl-fuzz-queue.c +++ b/src/afl-fuzz-queue.c @@ -122,7 +122,7 @@ void perform_taint_run(afl_state_t *afl, struct queue_entry *q, u8 *fname, afl->taint_fsrv.map_size = plen; // speed :) write_to_testcase(afl, mem, len); - if (afl_fsrv_run_target(&afl->taint_fsrv, afl->fsrv.exec_tmout, + if (afl_fsrv_run_target(&afl->taint_fsrv, afl->fsrv.exec_tmout * 4, &afl->stop_soon) == 0) { bytes = q->taint_bytes_all = |