diff options
author | van Hauser <vh@thc.org> | 2020-04-30 17:59:59 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-30 17:59:59 +0200 |
commit | efa9df24c2a5f97c212a5a22dda19dcbbab0b5de (patch) | |
tree | 3cbd58983e3ebd65729c363965a178c9657259c7 /include/forkserver.h | |
parent | a37eca9df538a4184551244d435e027ca86ccb25 (diff) | |
download | afl++-efa9df24c2a5f97c212a5a22dda19dcbbab0b5de.tar.gz |
afl-untracer completed
Diffstat (limited to 'include/forkserver.h')
-rw-r--r-- | include/forkserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h index 3c473572..7e7784f5 100644 --- a/include/forkserver.h +++ b/include/forkserver.h @@ -43,6 +43,7 @@ typedef struct afl_forkserver { s32 fsrv_pid, /* PID of the fork server */ child_pid, /* PID of the fuzzed program */ + child_status, /* waitpid result for the child */ out_dir_fd; /* FD of the lock file */ s32 out_fd, /* Persistent fd for fsrv->out_file */ |