diff options
author | Leon Weiß <leon.weiss@rub.de> | 2024-02-23 12:53:20 +0100 |
---|---|---|
committer | Leon Weiß <leon.weiss@rub.de> | 2024-02-23 12:53:20 +0100 |
commit | 01f442d81016188e847eae5320882cb1fbfa6dc8 (patch) | |
tree | 44367215d3cb25aeb75d5a7c7677a76c22effd70 /src | |
parent | eaedf2e62f77310fc0981c1c6d3ca573662d1522 (diff) | |
download | afl++-01f442d81016188e847eae5320882cb1fbfa6dc8.tar.gz |
Be specific about the unit of time
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-forkserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c index 508b5fa7..1381236c 100644 --- a/src/afl-forkserver.c +++ b/src/afl-forkserver.c @@ -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; |