This commit is contained in:
vanhauser-thc 2024-03-06 12:41:00 +01:00
parent 092260e9f9
commit 0ea53ea5b5

View File

@ -1873,7 +1873,7 @@ afl_fsrv_run_target(afl_forkserver_t *fsrv, u32 timeout,
territory. */
#ifdef __linux__
if (!fsrv->nyx_mode) {
if (likely(!fsrv->nyx_mode)) {
memset(fsrv->trace_bits, 0, fsrv->map_size);
MEM_BARRIER();