mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
backup afl->max_length to afl->fsrv.max_length
This commit is contained in:
@ -1805,7 +1805,8 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
afl_realloc(AFL_BUF_PARAM(ex), min_alloc);
|
||||
|
||||
afl->fsrv.use_fauxsrv = afl->non_instrumented_mode == 1 || afl->no_forkserver;
|
||||
|
||||
afl->fsrv.max_length = afl->max_length;
|
||||
|
||||
#ifdef __linux__
|
||||
if (!afl->fsrv.nyx_mode) {
|
||||
|
||||
|
Reference in New Issue
Block a user