about summary refs log tree commit diff
path: root/include/forkserver.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-05-14 13:18:22 +0200
committerGitHub <noreply@github.com>2024-05-14 13:18:22 +0200
commita26bb0b0f247a571cad56c9566235321cc93ba41 (patch)
treeae0d66d8a364ae4674f9a915457d83d55ed56fac /include/forkserver.h
parent90fbf59bf16f057e50132b81be759414787ce1a3 (diff)
parent7d3530a22ea44eba0aa578041e41980b0d9c976a (diff)
downloadafl++-a26bb0b0f247a571cad56c9566235321cc93ba41.tar.gz
Merge pull request #2090 from AFLplusplus/dev
push to stable
Diffstat (limited to 'include/forkserver.h')
-rw-r--r--include/forkserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 68907376..593e34a2 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -188,6 +188,8 @@ typedef struct afl_forkserver {
 
   u8 persistent_mode;
 
+  u32 max_length;
+
 #ifdef __linux__
   nyx_plugin_handler_t *nyx_handlers;
   char                 *out_dir_path;    /* path to the output directory     */