fix forkserver timeout error msg

This commit is contained in:
vanhauser-thc 2021-04-07 14:20:50 +02:00
parent 46e35e9401
commit bfe7e3fd55

View File

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