about summary refs log tree commit diff
path: root/src/afl-showmap.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-showmap.c
parentb1b5e21600e4e8227c764aa33c0e7da57b352fc5 (diff)
downloadafl++-53e63e9ded202b63de19590bb3d265d2f01ee929.tar.gz
added forkserver init timeout
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 64b52479..e596c26e 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -637,6 +637,7 @@ static void usage(u8 *argv0) {
       "              the target was compiled for\n"
       "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
       "AFL_QUIET: do not print extra informational output\n",
+      "AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
       argv0, MEM_LIMIT, doc_path);
 
   exit(1);