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