use MAX_FILE as maximum size in Nyx mode

This commit is contained in:
Sergej Schumilo
2022-01-21 08:13:33 +01:00
parent 830dcacc07
commit 6ce736aa91

View File

@ -407,7 +407,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
if (fsrv->nyx_standalone){ if (fsrv->nyx_standalone){
fsrv->nyx_runner = fsrv->nyx_handlers->nyx_new( fsrv->nyx_runner = fsrv->nyx_handlers->nyx_new(
fsrv->target_path, x, fsrv->nyx_bind_cpu_id, 0x10000, true); fsrv->target_path, x, fsrv->nyx_bind_cpu_id, MAX_FILE, true);
} }
else{ else{
if (fsrv->nyx_parent) { if (fsrv->nyx_parent) {