about summary refs log tree commit diff
path: root/src/afl-fuzz-mutators.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-13 16:49:00 +0200
committervan Hauser <vh@thc.org>2020-05-13 16:49:00 +0200
commit60a5df52623802ccadd0691b812761b3f4a9120e (patch)
tree1c1663227c13c422851aa33e21e4d25b92ce570a /src/afl-fuzz-mutators.c
parentc384a17b4181553d9e7c56fbafd6c8e934e6beed (diff)
downloadafl++-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.c3
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);
 
 }