diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-03 09:17:41 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-03 09:17:41 +0200 |
commit | dcbfc88e7d1feae344a5288decc262fa7e8bce83 (patch) | |
tree | 4fcbea3bba9ef71ddffb185846ae69c2edf2e84f /src | |
parent | d5184263350335b24daab635f0bcee455302f990 (diff) | |
download | afl++-dcbfc88e7d1feae344a5288decc262fa7e8bce83.tar.gz |
comment
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz-one.c | 3 |
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; } |