diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-26 22:36:19 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-26 22:36:19 +0100 |
commit | 3a461944ecac47627d3e9d2afcf1c28925e2355a (patch) | |
tree | 0f244962f6f54de3bdc31b48c6d898d2c0b5d414 /include/config.h | |
parent | ee0ca07f3c9f7c5971440f5dca70a2ee6f37584d (diff) | |
download | afl++-3a461944ecac47627d3e9d2afcf1c28925e2355a.tar.gz |
fine tune cmplog
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 439f4d2f..b0b1f7b9 100644 --- a/include/config.h +++ b/include/config.h @@ -50,7 +50,7 @@ #define CMPLOG_COMBINE /* Minimum % of the corpus to perform cmplog on. Default: 10% */ -#define CMPLOG_CORPUS_PERCENT 10U +#define CMPLOG_CORPUS_PERCENT 5U /* Number of potential positions from which we decide if cmplog becomes useless, default 8096 */ |