aboutsummaryrefslogtreecommitdiff
path: root/src/afl-fuzz-python.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-08-10 10:02:50 +0200
committervanhauser-thc <vh@thc.org>2021-08-10 10:02:50 +0200
commit5700b3c7500204d386d2f9e0f696b4604f0416a8 (patch)
treecc679f357c7928b906650a3e3374827d58878309 /src/afl-fuzz-python.c
parent781e65ea429789bbd9a8ea34417d98babc65a124 (diff)
downloadafl++-5700b3c7500204d386d2f9e0f696b4604f0416a8.tar.gz
remove outdated references
Diffstat (limited to 'src/afl-fuzz-python.c')
-rw-r--r--src/afl-fuzz-python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-python.c b/src/afl-fuzz-python.c
index e1c879f4..065977c0 100644
--- a/src/afl-fuzz-python.c
+++ b/src/afl-fuzz-python.c
@@ -445,7 +445,7 @@ struct custom_mutator *load_custom_mutator_py(afl_state_t *afl,
/* Initialize the custom mutator */
init_py(afl, py_mutator, rand_below(afl, 0xFFFFFFFF));
-
+
mutator->stacked_custom = (mutator && mutator->afl_custom_havoc_mutation);
mutator->stacked_custom_prob =
6; // like one of the default mutations in havoc