about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-07-03 09:17:41 +0200
committervanhauser-thc <vh@thc.org>2023-07-03 09:17:41 +0200
commitdcbfc88e7d1feae344a5288decc262fa7e8bce83 (patch)
tree4fcbea3bba9ef71ddffb185846ae69c2edf2e84f /src
parentd5184263350335b24daab635f0bcee455302f990 (diff)
downloadafl++-dcbfc88e7d1feae344a5288decc262fa7e8bce83.tar.gz
comment
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-one.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c
index e1ca44ab..8ee50bbf 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -2118,6 +2118,9 @@ havoc_stage:
 
         mutation_array = (unsigned int *)&mutation_strategy_exploitation_binary;
         rand_max = MUT_STRATEGY_ARRAY_SIZE;
+        // or this one? we do not have enough binary bug benchmarks :-(
+        // mutation_array = (unsigned int *)&binary_array;
+        // rand_max = MUT_BIN_ARRAY_SIZE;
 
       }