about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-10-21 09:18:15 +0200
committerGitHub <noreply@github.com>2023-10-21 09:18:15 +0200
commitb50b2e822f410c10e3e3ce9f20ba4547f2e0cbc4 (patch)
treec8c3c7f2b002f200dfa567acb0312d5b9f6ea365 /include
parent51f62296126d9d29c955e4f127d04da4395a8e0d (diff)
parentbfb841d01383a4801a28b007c5f7039f2f28bef9 (diff)
downloadafl++-b50b2e822f410c10e3e3ce9f20ba4547f2e0cbc4.tar.gz
Merge pull request #1894 from choller/dev
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;