add AFL_NOOPT

This commit is contained in:
vanhauser-thc
2021-03-09 16:53:56 +01:00
parent 74a6044b3f
commit 47f2650a32
5 changed files with 47 additions and 7 deletions

View File

@ -682,6 +682,7 @@ void check_environment_vars(char **envp) {
env[strlen(afl_environment_variables[i])] == '=') {
match = 1;
if ((val = getenv(afl_environment_variables[i])) && !*val) {
WARNF(