backup afl->max_length to afl->fsrv.max_length

This commit is contained in:
nj00001
2024-05-14 18:28:18 +08:00
committed by GitHub
parent ab36756061
commit 5ee5564ae2

View File

@ -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) {