From 8f56c679e79295c31c6b59f73476279afdec17b7 Mon Sep 17 00:00:00 2001 From: Kurosh Dabbagh Escalante Date: Sun, 19 Feb 2023 14:04:59 +0100 Subject: [PATCH] Update main.rs --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6b960da..ab9ff93 100644 --- a/src/main.rs +++ b/src/main.rs @@ -51,7 +51,8 @@ fn main() { { return; } - + + // Remove all these if statements in order to obtain the PoC without the fork mechanism if fork() == 0 { return;