mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
added andrea's splicing, added cycle_schedules
This commit is contained in:
@ -293,6 +293,13 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
|
||||
afl->afl_env.afl_autoresume =
|
||||
get_afl_env(afl_environment_variables[i]) ? 1 : 0;
|
||||
|
||||
} else if (!strncmp(env, "AFL_CYCLE_SCHEDULES",
|
||||
|
||||
afl_environment_variable_len)) {
|
||||
|
||||
afl->cycle_schedules = afl->afl_env.afl_cycle_schedules =
|
||||
get_afl_env(afl_environment_variables[i]) ? 1 : 0;
|
||||
|
||||
} else if (!strncmp(env, "AFL_CAL_FAST",
|
||||
|
||||
afl_environment_variable_len)) {
|
||||
|
Reference in New Issue
Block a user