diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-08-31 18:28:36 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-08-31 18:28:36 +0200 |
commit | 53e63e9ded202b63de19590bb3d265d2f01ee929 (patch) | |
tree | a5d5b352b502f58ee8c0749e3e6a231c761ba1a0 /src | |
parent | b1b5e21600e4e8227c764aa33c0e7da57b352fc5 (diff) | |
download | afl++-53e63e9ded202b63de19590bb3d265d2f01ee929.tar.gz |
added forkserver init timeout
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-showmap.c | 1 | ||||
-rw-r--r-- | src/afl-tmin.c | 1 |
2 files changed, 2 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); 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); |