remove outdated references

This commit is contained in:
vanhauser-thc
2021-08-10 10:02:50 +02:00
parent 781e65ea42
commit 5700b3c750
5 changed files with 11 additions and 10 deletions

View File

@ -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