Pass correct Nyx ID when creating a Nyx runner

This commit is contained in:
Christian Holler (:decoder)
2023-11-22 15:08:26 +01:00
parent e241280fcc
commit a2a4171039

View File

@ -679,8 +679,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
}
fsrv->nyx_runner =
fsrv->nyx_handlers->nyx_new(nyx_config, fsrv->nyx_bind_cpu_id);
fsrv->nyx_runner = fsrv->nyx_handlers->nyx_new(nyx_config, fsrv->nyx_id);
ck_free(workdir_path);
ck_free(outdir_path_absolute);