diff options
author | van Hauser <vh@thc.org> | 2020-10-23 14:05:34 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-23 14:05:34 +0200 |
commit | 0e748ccda713708de6a501d23a58788aba9d0b03 (patch) | |
tree | b230604ee36707eb0546c242bcfe05e32e1cd428 /include/envs.h | |
parent | c866aef37fcf799506d93b9a47d4eb2b77c75f5b (diff) | |
download | afl++-0e748ccda713708de6a501d23a58788aba9d0b03.tar.gz |
set max testcache entries automated if not specified by the user
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 a1b3ad12..b753d5f8 100644 --- a/include/envs.h +++ b/include/envs.h @@ -140,6 +140,7 @@ static char *afl_environment_variables[] = { "AFL_STATSD_PORT", "AFL_STATSD_TAGS_FLAVOR", "AFL_TESTCACHE_SIZE", + "AFL_TESTCACHE_ENTRIES", "AFL_TMIN_EXACT", "AFL_TMPDIR", "AFL_TOKEN_FILE", |