diff options
author | van Hauser <vh@thc.org> | 2020-10-07 08:32:58 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-07 08:32:58 +0200 |
commit | 794e8d2d67dcd8337550e480ea21139289944a4b (patch) | |
tree | 3b60fc2e7afbdfd6e9a8814ca826645d26dfad63 | |
parent | f519fff7bc1674d269a8a209a07f4629d3c8ceb8 (diff) | |
download | afl++-794e8d2d67dcd8337550e480ea21139289944a4b.tar.gz |
change HAVOC_MAX_MULT* to 64
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 7c8e0c7d..3f5c5448 100644 --- a/include/config.h +++ b/include/config.h @@ -109,8 +109,8 @@ /* Maximum multiplier for the above (should be a power of two, beware of 32-bit int overflows): */ -#define HAVOC_MAX_MULT 32 -#define HAVOC_MAX_MULT_MOPT 32 +#define HAVOC_MAX_MULT 64 +#define HAVOC_MAX_MULT_MOPT 64 /* Absolute minimum number of havoc cycles (after all adjustments): */ |