mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
fix broken MOpt mode that was broken by Dominiks no-global patch :p
This commit is contained in:
@ -39,7 +39,7 @@ u8 *doc_path = NULL; /* gath to documentation dir */
|
|||||||
|
|
||||||
static void init_mopt_globals(afl_state_t *afl) {
|
static void init_mopt_globals(afl_state_t *afl) {
|
||||||
|
|
||||||
MOpt_globals_t *core = &afl->mopt_globals_pilot;
|
MOpt_globals_t *core = &afl->mopt_globals_core;
|
||||||
core->finds = afl->core_operator_finds_puppet;
|
core->finds = afl->core_operator_finds_puppet;
|
||||||
core->finds_v2 = afl->core_operator_finds_puppet_v2;
|
core->finds_v2 = afl->core_operator_finds_puppet_v2;
|
||||||
core->cycles = afl->core_operator_cycles_puppet;
|
core->cycles = afl->core_operator_cycles_puppet;
|
||||||
|
Reference in New Issue
Block a user