diff options
| author | van Hauser <vh@thc.org> | 2020-12-01 13:13:11 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-12-01 13:13:11 +0100 |
| commit | 8584f9d2b5de9687c518c672e471f4f8cd9166fa (patch) | |
| tree | 568533382f57e7d631962b94fb5d1742c0377112 /include | |
| parent | f7d8643dc4531a9aa8849d4acf2a96b0d8ae5c3c (diff) | |
| download | afl++-8584f9d2b5de9687c518c672e471f4f8cd9166fa.tar.gz | |
added AFL_NO_AUTODICT
Diffstat (limited to 'include')
| -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 8255cf4f..3aa05cb5 100644 --- a/include/envs.h +++ b/include/envs.h @@ -100,6 +100,7 @@ static char *afl_environment_variables[] = { "AFL_LLVM_LTO_STARTID", "AFL_LLVM_LTO_DONTWRITEID", "AFL_NO_ARITH", + "AFL_NO_AUTODICT", "AFL_NO_BUILTIN", "AFL_NO_CPU_RED", "AFL_NO_FORKSRV", |
