diff options
author | hexcoder- <heiko@hexco.de> | 2021-05-30 11:45:11 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-05-30 11:45:11 +0200 |
commit | c9539aa6b7fb4b9d2dae6c65446c525375388c2f (patch) | |
tree | e4be5c4f63df718872f258133ab5986fb22389e9 /include/envs.h | |
parent | 32be08d7b31cb004f34d3ef2d3916ca0e4531765 (diff) | |
download | afl++-c9539aa6b7fb4b9d2dae6c65446c525375388c2f.tar.gz |
support new env var AFL_LLVM_THREADSAFE_INST to enable atomic counters.
add new test case for that.
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 ebe98257..e6f6d7c9 100644 --- a/include/envs.h +++ b/include/envs.h @@ -114,6 +114,7 @@ static char *afl_environment_variables[] = { "AFL_NGRAM_SIZE", "AFL_LLVM_NOT_ZERO", "AFL_LLVM_INSTRUMENT_FILE", + "AFL_LLVM_THREADSAFE_INST", "AFL_LLVM_SKIP_NEVERZERO", "AFL_NO_AFFINITY", "AFL_LLVM_LTO_STARTID", |