Update afl-forkserver.c

Fix typo
This commit is contained in:
Marcello Maugeri
2023-02-08 15:53:49 +01:00
committed by GitHub
parent f01bf77604
commit 05b1189a55

View File

@ -1370,7 +1370,7 @@ afl_fsrv_run_target(afl_forkserver_t *fsrv, u32 timeout,
case Crash: case Crash:
case Asan: case Asan:
return FSRV_RUN_CRASH; return FSRV_RUN_CRASH;
case Timout: case Timeout:
return FSRV_RUN_TMOUT; return FSRV_RUN_TMOUT;
case InvalidWriteToPayload: case InvalidWriteToPayload:
/* ??? */ /* ??? */