diff options
author | van Hauser <vh@thc.org> | 2019-07-08 11:36:52 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-07-08 11:36:52 +0200 |
commit | 198946231c389acaea10bf047f70264a27617b02 (patch) | |
tree | 564b790a7517ab1708734faa74f577c40ff9b55f /config.h | |
parent | 0d6cddda4daa5f38029c34dc005b2e40a5898ea4 (diff) | |
download | afl++-198946231c389acaea10bf047f70264a27617b02.tar.gz |
imported MOpt and worked around the collisions with other patches
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h index cebf7c39..d4e27e90 100644 --- a/config.h +++ b/config.h @@ -83,6 +83,7 @@ of 32-bit int overflows): */ #define HAVOC_MAX_MULT 16 +#define HAVOC_MAX_MULT_MOPT 32 /* Absolute minimum number of havoc cycles (after all adjustments): */ |