mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +00:00
fix typo
This commit is contained in:
@ -1689,7 +1689,7 @@ afl_fsrv_run_target(afl_forkserver_t *fsrv, u32 timeout,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef AFL_eERSISTENT_RECORD
|
#ifdef AFL_PERSISTENT_RECORD
|
||||||
// end of persistent loop?
|
// end of persistent loop?
|
||||||
if (unlikely(fsrv->persistent_record &&
|
if (unlikely(fsrv->persistent_record &&
|
||||||
fsrv->persistent_record_pid != fsrv->child_pid)) {
|
fsrv->persistent_record_pid != fsrv->child_pid)) {
|
||||||
|
Reference in New Issue
Block a user