mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
Pass correct Nyx ID when creating a Nyx runner
This commit is contained in:
@ -679,8 +679,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fsrv->nyx_runner =
|
fsrv->nyx_runner = fsrv->nyx_handlers->nyx_new(nyx_config, fsrv->nyx_id);
|
||||||
fsrv->nyx_handlers->nyx_new(nyx_config, fsrv->nyx_bind_cpu_id);
|
|
||||||
|
|
||||||
ck_free(workdir_path);
|
ck_free(workdir_path);
|
||||||
ck_free(outdir_path_absolute);
|
ck_free(outdir_path_absolute);
|
||||||
|
Reference in New Issue
Block a user