disable -> no variants

This commit is contained in:
vanhauser-thc
2024-05-13 19:51:38 +02:00
parent 0cabc12f91
commit 622474e9e4
3 changed files with 10 additions and 3 deletions

View File

@ -295,6 +295,9 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
} else if (!strncmp(env, "AFL_DISABLE_REDUNDANT",
afl_environment_variable_len) ||
!strncmp(env, "AFL_NO_REDUNDANT",
afl_environment_variable_len)) {
afl->afl_env.afl_disable_redundant =