mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
removed overlooked post_lib references, added post_lib examples to examples/custom_mutators
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user