added forkserver init timeout

This commit is contained in:
Dominik Maier
2020-08-31 18:28:36 +02:00
parent b1b5e21600
commit 53e63e9ded
3 changed files with 3 additions and 0 deletions

View File

@ -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);