aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-10 15:52:27 +0100
committervanhauser-thc <vh@thc.org>2021-03-10 15:52:27 +0100
commit4bd0d4cbaf3a3de63f737ff86df5de0b809f6631 (patch)
tree4d0d7abd4b78ff2553ec182d60f8cfa6bb37488c /include
parent071edb1a2ddcf787680ca5096ddc1d6e28addd0b (diff)
downloadAFLplusplus-4bd0d4cbaf3a3de63f737ff86df5de0b809f6631.tar.gz
cmplog finetuning
Diffstat (limited to 'include')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index a3aa9a4a..6ada0fbe 100644
--- a/include/config.h
+++ b/include/config.h
@@ -54,10 +54,10 @@
/* Number of potential positions from which we decide if cmplog becomes
useless, default 8096 */
-#define CMPLOG_POSITIONS_MAX 8096U
+#define CMPLOG_POSITIONS_MAX (12 * 1024)
/* Maximum allowed fails per CMP value. Default: 128 */
-#define CMPLOG_FAIL_MAX 128
+#define CMPLOG_FAIL_MAX 96
/* Now non-cmplog configuration options */