summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fuzz.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/fuzz.c b/fuzz.c
index 0a010cce..f9e7b391 100644
--- a/fuzz.c
+++ b/fuzz.c
@@ -513,17 +513,6 @@ static void fuzz_fuzzLoopSocket(run_t* run) {
}
report_Report(run);
-
- /* Try to identify if the target crashed.
- This information will be used in the next iteration of
- this loop, to restart the target if necessary.
- The fuzzer will be also notified.
-
- Crash identification does not need to work 100%, as the external fuzzer
- can also detect timeouts on the target server, and will
- notify us. */
- LOG_D("------[ 4: reap child");
- arch_reapChild(run);
}
static void* fuzz_threadNew(void* arg) {