mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
Update afl-forkserver.c
Fix typo
This commit is contained in:
@ -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:
|
||||||
/* ??? */
|
/* ??? */
|
||||||
|
Reference in New Issue
Block a user