Keep a backup of max_length in the afl_forkserver_t structure

This commit is contained in:
nj00001
2024-05-14 18:23:53 +08:00
committed by GitHub
parent 0892a2245e
commit 831b8f35d5

View File

@ -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 */