about summary refs log tree commit diff
path: root/include/forkserver.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-10-21 15:29:46 +0200
committervanhauser-thc <vh@thc.org>2023-10-21 15:29:46 +0200
commiteaa6a1754a2efa54903959a5b3ce3d433dcdea37 (patch)
tree148f0c2c459c972f56a7a8f5bef3d5205aaf6d83 /include/forkserver.h
parent389c88c0f3d33974e2efb79114ee2d16b8570102 (diff)
parentb50b2e822f410c10e3e3ce9f20ba4547f2e0cbc4 (diff)
downloadafl++-eaa6a1754a2efa54903959a5b3ce3d433dcdea37.tar.gz
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'include/forkserver.h')
-rw-r--r--include/forkserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 5e498c56..f6230fe8 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -197,6 +197,7 @@ typedef struct afl_forkserver {
   u32                   nyx_id;          /* nyx runner id (0 -> master)      */
   u32                   nyx_bind_cpu_id; /* nyx runner cpu id                */
   char                 *nyx_aux_string;
+  u32                   nyx_aux_string_len;
   bool                  nyx_use_tmp_workdir;
   char                 *nyx_tmp_workdir_path;
   s32                   nyx_log_fd;