mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
likely
This commit is contained in:
parent
092260e9f9
commit
0ea53ea5b5
@ -1873,7 +1873,7 @@ afl_fsrv_run_target(afl_forkserver_t *fsrv, u32 timeout,
|
|||||||
territory. */
|
territory. */
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
if (!fsrv->nyx_mode) {
|
if (likely(!fsrv->nyx_mode)) {
|
||||||
|
|
||||||
memset(fsrv->trace_bits, 0, fsrv->map_size);
|
memset(fsrv->trace_bits, 0, fsrv->map_size);
|
||||||
MEM_BARRIER();
|
MEM_BARRIER();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user