diff options
author | van Hauser <vh@thc.org> | 2020-09-25 12:03:24 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-09-25 12:03:24 +0200 |
commit | 6b3b1775b6b274bc62f9c79f686fc79fa110d0a8 (patch) | |
tree | a942d09c4d822e02591b7122389e1ea7a4bca142 /include/config.h | |
parent | 3334eeb4ebd1d933f3b663a6eabc17835c6850c5 (diff) | |
download | afl++-6b3b1775b6b274bc62f9c79f686fc79fa110d0a8.tar.gz |
improving on splice candidate check patch
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 a01491e7..7c8e0c7d 100644 --- a/include/config.h +++ b/include/config.h @@ -136,7 +136,7 @@ two cycles where smaller blocks are favored: */ #define HAVOC_BLK_SMALL 32 -#define HAVOC_BLK_MEDIUM 128 +#define HAVOC_BLK_MEDIUM 128 #define HAVOC_BLK_LARGE 1500 /* Extra-large blocks, selected very rarely (<5% of the time): */ |