about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorChristian Holler (:decoder) <choller@mozilla.com>2023-10-20 00:07:35 +0200
committerChristian Holler (:decoder) <choller@mozilla.com>2023-10-20 00:07:35 +0200
commitbfb841d01383a4801a28b007c5f7039f2f28bef9 (patch)
treec8c3c7f2b002f200dfa567acb0312d5b9f6ea365 /include
parent51f62296126d9d29c955e4f127d04da4395a8e0d (diff)
downloadafl++-bfb841d01383a4801a28b007c5f7039f2f28bef9.tar.gz
Use proper AFL_NYX_AUX_SIZE for nyx_aux_string
Diffstat (limited to 'include')
-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;