diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-21 19:52:11 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-21 19:52:11 +0100 |
commit | 00c1c26bf85e3232ee6cf93e2bf4c8ccc49b4c85 (patch) | |
tree | a49e3f513a141caa622c6c4a2db9abef92fce0e9 /include | |
parent | f4e09634ccbd9f1f29e1820cf121bee8a6efec18 (diff) | |
parent | ec8e8cb51c870fad75157e4c12042380767a20c6 (diff) | |
download | afl++-00c1c26bf85e3232ee6cf93e2bf4c8ccc49b4c85.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
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 994d6456..4650dc54 100644 --- a/include/envs.h +++ b/include/envs.h @@ -59,6 +59,7 @@ const char *afl_environment_variables[] = { "AFL_NO_CPU_RED", "AFL_NO_FORKSRV", "AFL_NO_UI", + "AFL_NO_X86", // not really an env but we dont want to warn on it "AFL_PATH", "AFL_PERFORMANCE_FILE", "AFL_PERSISTENT", |