diff options
| author | vanhauser-thc <vh@thc.org> | 2023-10-24 11:48:47 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-10-24 11:48:47 +0200 |
| commit | b8e55064c67afe5d5546339afecff54c4d95f428 (patch) | |
| tree | 7e7c0c9bc0479d45c76dbe26ad7ef50d5c5b83a6 /include | |
| parent | 728401ee690d81a0a73bbb09e3aab271556a5c0a (diff) | |
| parent | d52013832a82fa637450cad826af9fd8d64fefa1 (diff) | |
| download | afl++-b8e55064c67afe5d5546339afecff54c4d95f428.tar.gz | |
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
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 734b1707..93e49e34 100644 --- a/include/envs.h +++ b/include/envs.h @@ -162,6 +162,7 @@ static char *afl_environment_variables[] = { "AFL_LLVM_MAP_DYNAMIC", "AFL_LLVM_NGRAM_SIZE", "AFL_NGRAM_SIZE", + "AFL_LLVM_NO_RPATH", "AFL_LLVM_NOT_ZERO", "AFL_LLVM_INSTRUMENT_FILE", "AFL_LLVM_THREADSAFE_INST", |
