about summary refs log tree commit diff
path: root/examples/defork/defork.c
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-07-16 02:27:07 +0200
committerDominik Maier <domenukk@gmail.com>2020-07-16 02:27:07 +0200
commit0b0366d9b4bc7ddea154174a81934dcc9911af12 (patch)
tree0037eb54c27b5df000ee594da862aa5a81c7d8b2 /examples/defork/defork.c
parentf465a75b6592e4c30b0465f63beda166a8e09045 (diff)
downloadafl++-0b0366d9b4bc7ddea154174a81934dcc9911af12.tar.gz
removed debug print and code format
Diffstat (limited to 'examples/defork/defork.c')
-rw-r--r--examples/defork/defork.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/defork/defork.c b/examples/defork/defork.c
index 46810326..f71d1124 100644
--- a/examples/defork/defork.c
+++ b/examples/defork/defork.c
@@ -37,8 +37,6 @@ __attribute__((constructor)) void preeny_fork_orig() {
 
 pid_t fork(void) {
 
-  printf("called fork. forked state is %d\n", (int) forked);
-  fflush(stdout);
   /* If we forked before, or if we're in the child (pid==0),
     we don't want to fork anymore, else, we are still in the forkserver.
     The forkserver parent needs to fork infinite times, each child should never