removed overlooked post_lib references, added post_lib examples to examples/custom_mutators

This commit is contained in:
van Hauser
2020-05-15 13:39:42 +02:00
parent d536ddc240
commit 57637ba0b0
10 changed files with 339 additions and 13 deletions

View File

@ -108,9 +108,6 @@ void setup_custom_mutators(afl_state_t *afl) {
#endif
if (afl->post_library_mutator)
list_append(&afl->custom_mutator_list, afl->post_library_mutator);
}
void destroy_custom_mutators(afl_state_t *afl) {