Writing style mistaske

This commit is contained in:
Alexandre DOYEN 2025-05-05 10:52:27 +02:00
parent 7d29418db5
commit 19bd2984d5

View File

@ -868,9 +868,10 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
} }
if (getenv("AFL_PRELOAD_DISCRIMINATE_FORKSERVER_PARENT") != NULL) if (getenv("AFL_PRELOAD_DISCRIMINATE_FORKSERVER_PARENT") != NULL) {
{
forkserver_setenv = 1; forkserver_setenv = 1;
} }
if (pipe(st_pipe) || pipe(ctl_pipe)) { PFATAL("pipe() failed"); } if (pipe(st_pipe) || pipe(ctl_pipe)) { PFATAL("pipe() failed"); }