diff options
author | vanhauser-thc <vh@thc.org> | 2021-05-25 10:45:24 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-05-25 10:45:24 +0200 |
commit | 87b16c4460d34eb775660991732ca0ef0c2f8e78 (patch) | |
tree | 702919d7e93fcb45d81949bdff2cbb35909fd5cf /include/envs.h | |
parent | 8e75adfee5574d6d0dd7fd73e9c0899f3162c964 (diff) | |
download | afl++-87b16c4460d34eb775660991732ca0ef0c2f8e78.tar.gz |
add AFL_TRY_AFFINITY
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 f1314bad..e7162c0f 100644 --- a/include/envs.h +++ b/include/envs.h @@ -120,6 +120,7 @@ static char *afl_environment_variables[] = { "AFL_LLVM_INSTRUMENT_FILE", "AFL_LLVM_SKIP_NEVERZERO", "AFL_NO_AFFINITY", + "AFL_TRY_AFFINITY", "AFL_LLVM_LTO_STARTID", "AFL_LLVM_LTO_DONTWRITEID", "AFL_NO_ARITH", |