From 831b8f35d5e01ef195d62c8377eb0458f2009d8f Mon Sep 17 00:00:00 2001 From: nj00001 <42004790+nj00001@users.noreply.github.com> Date: Tue, 14 May 2024 18:23:53 +0800 Subject: [PATCH] Keep a backup of max_length in the afl_forkserver_t structure --- include/forkserver.h | 2 ++ 1 file changed, 2 insertions(+) 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 */