diff options
author | vanhauser-thc <vh@thc.org> | 2023-08-23 18:02:33 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-08-23 18:02:33 +0200 |
commit | 549e5dd9269238ac43ff482d439f7f671946185c (patch) | |
tree | c683a940acbfe1c37c5269c1f0103d962b2e06e9 /include/envs.h | |
parent | d95cef82730c8ea7debbac676aeeee232c08fc5a (diff) | |
download | afl++-549e5dd9269238ac43ff482d439f7f671946185c.tar.gz |
AFL_IGNORE_SEED_PROBLEMS
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 3f5a9e1c..4259d6dd 100644 --- a/include/envs.h +++ b/include/envs.h @@ -113,6 +113,7 @@ static char *afl_environment_variables[] = { "AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES", "AFL_IGNORE_PROBLEMS", "AFL_IGNORE_PROBLEMS_COVERAGE", + "AFL_IGNORE_SEED_PROBLEMS", "AFL_IGNORE_TIMEOUTS", "AFL_IGNORE_UNKNOWN_ENVS", "AFL_IMPORT_FIRST", |