Be specific about the unit of time

This commit is contained in:
Leon Weiß
2024-02-23 12:53:20 +01:00
parent eaedf2e62f
commit 01f442d810

View File

@ -1931,7 +1931,7 @@ afl_fsrv_run_target(afl_forkserver_t *fsrv, u32 timeout,
if (exec_ms > timeout) {
/* If there was no response from forkserver after timeout seconds,
/* If there was no response from forkserver after timeout milliseconds,
we kill the child. The forkserver should inform us afterwards */
s32 tmp_pid = fsrv->child_pid;