about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-12-19 09:29:12 +0100
committervanhauser-thc <vh@thc.org>2023-12-19 09:29:12 +0100
commitf822cdeb747fb7aad8be7a9d9472331e36f3dd83 (patch)
tree3ea129f874d6f6973cb927c94077b031ab6b2221
parent7fabe5052bd41deec72fad43acd5219b5f506ac0 (diff)
downloadafl++-f822cdeb747fb7aad8be7a9d9472331e36f3dd83.tar.gz
fix MUT_STRATEGY_ARRAY_SIZE
-rw-r--r--include/afl-mutations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-mutations.h b/include/afl-mutations.h
index 24c6b8ff..dcc62d0b 100644
--- a/include/afl-mutations.h
+++ b/include/afl-mutations.h
@@ -32,7 +32,7 @@
 #include <inttypes.h>
 #include "afl-fuzz.h"
 
-#define MUT_STRATEGY_ARRAY_SIZE 256
+#define MUT_STRATEGY_ARRAY_SIZE 255
 
 enum {