Searched defs:afl_forkserver (Results 1 – 2 of 2) sorted by relevance
80 typedef struct afl_forkserver { struct84 u8 *trace_bits; /* SHM with instrumentation bitmap */86 s32 fsrv_pid, /* PID of the fork server */87 child_pid, /* PID of the fuzzed program */88 child_status, /* waitpid result for the child */89 out_dir_fd; /* FD of the lock file */91 s32 out_fd, /* Persistent fd for fsrv->out_file */92 dev_urandom_fd, /* Persistent fd for /dev/urandom */94 dev_null_fd, /* Persistent fd for /dev/null */95 fsrv_ctl_fd, /* Fork server control pipe (write) */[all …]
74 static void afl_forkserver() { in afl_forkserver() function