about summary refs log tree commit diff
path: root/src/afl-fuzz-queue.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-11 18:06:18 +0200
committervan Hauser <vh@thc.org>2020-08-11 18:06:18 +0200
commitb604f5eafcebb816026e198df0ea66ebcbf18421 (patch)
treec407463af5dcfe5e031c33036a15a87e7a0be634 /src/afl-fuzz-queue.c
parent220dc4a43d197f5ff451627a9923b874805c02aa (diff)
downloadafl++-b604f5eafcebb816026e198df0ea66ebcbf18421.tar.gz
finalize first beta! yay!
Diffstat (limited to 'src/afl-fuzz-queue.c')
-rw-r--r--src/afl-fuzz-queue.c2
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 =