about summary refs log tree commit diff
path: root/src/afl-forkserver.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-11 08:02:54 +0200
committervan Hauser <vh@thc.org>2020-04-11 08:02:54 +0200
commit32ba60185eba8a3ae8eeba0b5830d1bb43e38473 (patch)
tree3b50122786758210b6f309d5facb4a599b814d7a /src/afl-forkserver.c
parent8bcfba8231aecc11a3815c74b6c53c86f418ece1 (diff)
downloadafl++-32ba60185eba8a3ae8eeba0b5830d1bb43e38473.tar.gz
more refactoring and update changelog
Diffstat (limited to 'src/afl-forkserver.c')
-rw-r--r--src/afl-forkserver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c
index 3c0ad4a2..a7067791 100644
--- a/src/afl-forkserver.c
+++ b/src/afl-forkserver.c
@@ -187,6 +187,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
       FATAL("Different forkserver not compatible with fauxserver");
 
     fsrv->init_child_func = afl_fauxsrv_execv;
+
   }
 
   if (pipe(st_pipe) || pipe(ctl_pipe)) PFATAL("pipe() failed");