about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-25 09:15:45 +0100
committervanhauser-thc <vh@thc.org>2021-02-25 09:15:54 +0100
commit5c239451cfd1562ce72a78eefc6886fd76f2c132 (patch)
treea38d51a50a3fd78377b768bddb03424c960065f4 /include
parent35ca51c5a8230f08707844b9bdb7adce0809ba20 (diff)
downloadafl++-5c239451cfd1562ce72a78eefc6886fd76f2c132.tar.gz
cmplog finetuning
Diffstat (limited to 'include')
-rw-r--r--include/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index 6120dcd6..439f4d2f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -53,11 +53,11 @@
 #define CMPLOG_CORPUS_PERCENT 10U
 
 /* Number of potential positions from which we decide if cmplog becomes
-   useless, default 16384 */
-#define CMPLOG_POSITIONS_MAX 16384U
+   useless, default 8096 */
+#define CMPLOG_POSITIONS_MAX 8096U
 
-/* Maximum allowed fails per CMP value. Default: 96 */
-#define CMPLOG_FAIL_MAX 96
+/* Maximum allowed fails per CMP value. Default: 128 */
+#define CMPLOG_FAIL_MAX 128
 
 /* Now non-cmplog configuration options */