diff options
author | van Hauser <vh@thc.org> | 2020-06-22 13:48:59 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-22 13:48:59 +0200 |
commit | 76a2d9b59b23873c8a6d174a2f3c48eba60712fb (patch) | |
tree | 7187eb7141adcef0f6a298876bd2a097fa250b55 /include | |
parent | 07a4e6370af5e1ad046c063b5b904176c7e978df (diff) | |
download | afl++-76a2d9b59b23873c8a6d174a2f3c48eba60712fb.tar.gz |
further refinement
Diffstat (limited to 'include')
-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 0ee149e7..09405a22 100644 --- a/include/config.h +++ b/include/config.h @@ -419,7 +419,7 @@ /* Maximum mutations on a string */ -#define AFL_TXT_STRING_MAX_MUTATIONS 8 +#define AFL_TXT_STRING_MAX_MUTATIONS 6 #endif /* ! _HAVE_CONFIG_H */ |