about summary refs log tree commit diff
path: root/src/afl-tmin.c
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-08-31 18:28:36 +0200
committerDominik Maier <domenukk@gmail.com>2020-08-31 18:28:36 +0200
commit53e63e9ded202b63de19590bb3d265d2f01ee929 (patch)
treea5d5b352b502f58ee8c0749e3e6a231c761ba1a0 /src/afl-tmin.c
parentb1b5e21600e4e8227c764aa33c0e7da57b352fc5 (diff)
downloadafl++-53e63e9ded202b63de19590bb3d265d2f01ee929.tar.gz
added forkserver init timeout
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r--src/afl-tmin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index 59269f45..f231cde9 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -846,6 +846,7 @@ static void usage(u8 *argv0) {
       "              the target was compiled for\n"
       "AFL_PRELOAD:  LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
       "AFL_TMIN_EXACT: require execution paths to match for crashing inputs\n"
+      "AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
 
       , argv0, EXEC_TIMEOUT, MEM_LIMIT, doc_path);