diff options
author | van Hauser <vh@thc.org> | 2020-05-13 16:49:00 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-13 16:49:00 +0200 |
commit | 60a5df52623802ccadd0691b812761b3f4a9120e (patch) | |
tree | 1c1663227c13c422851aa33e21e4d25b92ce570a /src/afl-fuzz-mutators.c | |
parent | c384a17b4181553d9e7c56fbafd6c8e934e6beed (diff) | |
download | afl++-60a5df52623802ccadd0691b812761b3f4a9120e.tar.gz |
code-format and slight -S/-M modifications
Diffstat (limited to 'src/afl-fuzz-mutators.c')
-rw-r--r-- | src/afl-fuzz-mutators.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz-mutators.c b/src/afl-fuzz-mutators.c index acc1b12d..87cb86fa 100644 --- a/src/afl-fuzz-mutators.c +++ b/src/afl-fuzz-mutators.c @@ -108,7 +108,8 @@ void setup_custom_mutators(afl_state_t *afl) { #endif - if (afl->post_library_mutator) list_append(&afl->custom_mutator_list, afl->post_library_mutator); + if (afl->post_library_mutator) + list_append(&afl->custom_mutator_list, afl->post_library_mutator); } |