diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-17 09:42:05 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-17 09:42:05 +0100 |
commit | b3a0ecfd48d38c5dec331e8f059932ff7f6b39a0 (patch) | |
tree | 0e911c5d81d9e4e6688ace5b5ae63755a86f2093 /include | |
parent | 641a943d95436d9e9f4312ae06c74c54624f084d (diff) | |
download | afl++-b3a0ecfd48d38c5dec331e8f059932ff7f6b39a0.tar.gz |
allow ignore dlopen issues
Diffstat (limited to 'include')
-rw-r--r-- | include/envs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h index a3ba5e88..adb1b67e 100644 --- a/include/envs.h +++ b/include/envs.h @@ -94,8 +94,8 @@ static char *afl_environment_variables[] = { "AFL_FORKSRV_INIT_TMOUT", "AFL_HARDEN", "AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES", - "AFL_IGNORE_UNKNOWN_ENVS", "AFL_IGNORE_PROBLEMS", + "AFL_IGNORE_UNKNOWN_ENVS", "AFL_IMPORT_FIRST", "AFL_INST_LIBS", "AFL_INST_RATIO", @@ -193,6 +193,7 @@ static char *afl_environment_variables[] = { "AFL_SKIP_BIN_CHECK", "AFL_SKIP_CPUFREQ", "AFL_SKIP_CRASHES", + "AFL_SKIP_OSSFUZZ", "AFL_STATSD", "AFL_STATSD_HOST", "AFL_STATSD_PORT", |