This commit is contained in:
vanhauser-thc
2021-10-24 19:41:06 +02:00
parent a7ee11a174
commit 0f49463ede
3 changed files with 8 additions and 5 deletions

View File

@ -1301,7 +1301,7 @@ fsrv_run_result_t afl_fsrv_run_target(afl_forkserver_t *fsrv, u32 timeout,
}
if (!WIFSTOPPED(fsrv->child_status)) { fsrv->child_pid = -1 ; }
if (!WIFSTOPPED(fsrv->child_status)) { fsrv->child_pid = -1; }
fsrv->total_execs++;