mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
Keep a backup of max_length in the afl_forkserver_t structure
This commit is contained in:
@ -188,6 +188,8 @@ typedef struct afl_forkserver {
|
|||||||
|
|
||||||
u8 persistent_mode;
|
u8 persistent_mode;
|
||||||
|
|
||||||
|
u32 max_length;
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
nyx_plugin_handler_t *nyx_handlers;
|
nyx_plugin_handler_t *nyx_handlers;
|
||||||
char *out_dir_path; /* path to the output directory */
|
char *out_dir_path; /* path to the output directory */
|
||||||
|
Reference in New Issue
Block a user