diff options
author | van Hauser <vh@thc.org> | 2019-07-10 14:20:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-10 14:20:06 +0200 |
commit | 519678192ff47fe359abf3ef33938ae9dd3e52a2 (patch) | |
tree | 0bd97544280c245cecae06b843ddee54dc16ebaf /config.h | |
parent | c3083a77d411bb0e1e4ec8bd93594de92b9b4d38 (diff) | |
parent | 891ab3951befbf480a89f63702d111a62a054758 (diff) | |
download | afl++-519678192ff47fe359abf3ef33938ae9dd3e52a2.tar.gz |
Merge pull request #12 from vanhauser-thc/MOpt
Mopt
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): */ |