Searched defs:afl_forkserver (Results 1 – 2 of 2) sorted by relevance
99 typedef struct afl_forkserver { struct103 u8 *trace_bits; /* SHM with instrumentation bitmap */105 s32 fsrv_pid, /* PID of the fork server */106 child_pid, /* PID of the fuzzed program */107 child_status, /* waitpid result for the child */108 out_dir_fd; /* FD of the lock file */110 s32 out_fd, /* Persistent fd for fsrv->out_file */111 dev_urandom_fd, /* Persistent fd for /dev/urandom */113 dev_null_fd, /* Persistent fd for /dev/null */114 fsrv_ctl_fd, /* Fork server control pipe (write) */[all …]
74 static void afl_forkserver() { in afl_forkserver() function