diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-06 22:16:56 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-06 22:16:56 +0200 |
commit | 2e6e1e566b6b58081969d179c67398fa1316c49b (patch) | |
tree | f8075c3bacd0eb40955afc0cf551c561c49de726 /include/envs.h | |
parent | 19690b606d00b3c32958df07d1b87a3ce8cd8903 (diff) | |
download | afl++-2e6e1e566b6b58081969d179c67398fa1316c49b.tar.gz |
add missing env
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 887e2c4f..466ab087 100644 --- a/include/envs.h +++ b/include/envs.h @@ -26,6 +26,7 @@ static char *afl_environment_variables[] = { "AFL_BENCH_UNTIL_CRASH", "AFL_CAL_FAST", "AFL_CC", + "AFL_CC_COMPILER", "AFL_CMIN_ALLOW_ANY", "AFL_CMIN_CRASHES_ONLY", "AFL_CMPLOG_ONLY_NEW", |