diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-24 21:29:09 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-24 21:29:09 +0100 |
commit | 35ca51c5a8230f08707844b9bdb7adce0809ba20 (patch) | |
tree | 57111201f79f5c2b865b4e13437afabfde932c34 /include/config.h | |
parent | 047f3436e95b40d541bcc5b688be0052ef5e798e (diff) | |
parent | 5d181950eb48afa6f86bd4455fb9f55b09f5eb19 (diff) | |
download | afl++-35ca51c5a8230f08707844b9bdb7adce0809ba20.tar.gz |
Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index 1c3370ad..6120dcd6 100644 --- a/include/config.h +++ b/include/config.h @@ -49,15 +49,15 @@ /* If a redqueen pass finds more than one solution, try to combine them? */ #define CMPLOG_COMBINE -/* Minimum % of the corpus to perform cmplog on. Default: 20% */ +/* Minimum % of the corpus to perform cmplog on. Default: 10% */ #define CMPLOG_CORPUS_PERCENT 10U /* Number of potential positions from which we decide if cmplog becomes useless, default 16384 */ #define CMPLOG_POSITIONS_MAX 16384U -/* Maximum allowed fails per CMP value. Default: 32 * 3 */ -#define CMPLOG_FAIL_MAX 128 +/* Maximum allowed fails per CMP value. Default: 96 */ +#define CMPLOG_FAIL_MAX 96 /* Now non-cmplog configuration options */ |