more refactoring and update changelog

This commit is contained in:
van Hauser
2020-04-11 08:02:54 +02:00
parent 8bcfba8231
commit 32ba60185e
13 changed files with 50 additions and 490 deletions

View File

@ -284,6 +284,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_CAL_FAST",
afl_environment_variable_len)) {
afl->afl_env.afl_cal_fast =
get_afl_env(afl_environment_variables[i]) ? 1 : 0;
} else if (!strncmp(env, "AFL_TMPDIR",
afl_environment_variable_len)) {