Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus

This commit is contained in:
Andrea Fioraldi 2020-02-21 19:52:11 +01:00
commit 00c1c26bf8
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ const char *afl_environment_variables[] = {
"AFL_NO_CPU_RED", "AFL_NO_CPU_RED",
"AFL_NO_FORKSRV", "AFL_NO_FORKSRV",
"AFL_NO_UI", "AFL_NO_UI",
"AFL_NO_X86", // not really an env but we dont want to warn on it
"AFL_PATH", "AFL_PATH",
"AFL_PERFORMANCE_FILE", "AFL_PERFORMANCE_FILE",
"AFL_PERSISTENT", "AFL_PERSISTENT",

View File

@ -38,6 +38,7 @@ INCOMPLETE=0
export AFL_EXIT_WHEN_DONE=1 export AFL_EXIT_WHEN_DONE=1
export AFL_SKIP_CPUFREQ=1 export AFL_SKIP_CPUFREQ=1
export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
unset AFL_NO_X86
unset AFL_QUIET unset AFL_QUIET
unset AFL_DEBUG unset AFL_DEBUG
unset AFL_HARDEN unset AFL_HARDEN