diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-25 16:47:37 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-25 16:47:37 +0200 |
commit | 21865c622483d2e2285de3dfad4626c28ca27843 (patch) | |
tree | 7f184e4091906ea8e6cdd0e15e304db0873d22e6 /include/envs.h | |
parent | b96ba509d0e52478445822ae89621c2bf7c04d7d (diff) | |
download | afl++-21865c622483d2e2285de3dfad4626c28ca27843.tar.gz |
rename env to AFL_IGNORE_PROBLEMS_COVERAGE
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 5e68c80b..fe5ee0e3 100644 --- a/include/envs.h +++ b/include/envs.h @@ -106,6 +106,7 @@ static char *afl_environment_variables[] = { "AFL_HARDEN", "AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES", "AFL_IGNORE_PROBLEMS", + "AFL_IGNORE_PROBLEMS_COVERAGE", "AFL_IGNORE_TIMEOUTS", "AFL_IGNORE_UNKNOWN_ENVS", "AFL_IMPORT_FIRST", |