mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
fix forkserver timeout error msg
This commit is contained in:
parent
46e35e9401
commit
bfe7e3fd55
@ -821,7 +821,9 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
|
||||
|
||||
if (fsrv->last_run_timed_out) {
|
||||
|
||||
FATAL("Timeout while initializing fork server (adjusting -t may help)");
|
||||
FATAL(
|
||||
"Timeout while initializing fork server (setting "
|
||||
"AFL_FORKSRV_INIT_TMOUT may help)");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user