Skip to content

Commit 53e63e9

Browse files
committed
added forkserver init timeout
1 parent b1b5e21 commit 53e63e9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

afl-cmin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ function usage() {
120120
"AFL_PATH: path for the afl-showmap binary\n" \
121121
"AFL_SKIP_BIN_CHECK: skip check for target binary\n" \
122122
"AFL_ALLOW_TMP: allow unsafe use of input/output directories under {/var}/tmp\n"
123+
"AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
123124
exit 1
124125
}
125126

src/afl-showmap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ static void usage(u8 *argv0) {
637637
" the target was compiled for\n"
638638
"AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
639639
"AFL_QUIET: do not print extra informational output\n",
640+
"AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
640641
argv0, MEM_LIMIT, doc_path);
641642

642643
exit(1);

src/afl-tmin.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@ static void usage(u8 *argv0) {
846846
" the target was compiled for\n"
847847
"AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
848848
"AFL_TMIN_EXACT: require execution paths to match for crashing inputs\n"
849+
"AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
849850

850851
, argv0, EXEC_TIMEOUT, MEM_LIMIT, doc_path);
851852

0 commit comments

Comments
 (0)