AFL_SKIP_CRASHES is obsolete since 3.0

This commit is contained in:
vanhauser-thc
2021-05-25 09:22:50 +02:00
parent 109383f438
commit 8e75adfee5
5 changed files with 6 additions and 36 deletions

View File

@ -206,8 +206,7 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
afl_environment_variable_len)) {
afl->afl_env.afl_skip_crashes =
(u8 *)get_afl_env(afl_environment_variables[i]);
// we should mark this obsolete in a few versions
} else if (!strncmp(env, "AFL_HANG_TMOUT",