From f115147c9314b2a773281c6171bb4ee9379def52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 12 Nov 2019 00:00:01 +0000 Subject: [PATCH] ff4aaec5bc722d71502978de822d947f93a3d8d1 --- index.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index da83b26..97d5959 100644 --- a/index.html +++ b/index.html @@ -22742,18 +22742,29 @@ fork() return = 13039

DANGER! Only run this on your host if you have saved all data you care about! Better run it inside an emulator! QEMU v4.0.0 user mode is not safe enough either because it is very native does not limit guest memory, so it will still blow up the host!

-

So without further ado, let’s rock:

+

So without further ado, let’s rock with either:

-
./run --eval-after './posix/fork_bomb.out danger'
+
./run --eval-after './posix/fork_bomb.out danger'
+./run --eval-after './fork_bomb.sh danger'
-

Source: userland/posix/fork_bomb.c

+

Sources:

+
+
+
-

Outcome on LKMC 762cd8d601b7db06aa289c0fca7b40696299a868 + 1: after a few seconds of an unresponsive shell, we get a visit form the Linux out-of-memory killer, and the system is restored!

+

Outcome for the C version on LKMC 762cd8d601b7db06aa289c0fca7b40696299a868 + 1: after a few seconds of an unresponsive shell, we get a visit form the Linux out-of-memory killer, and the system is restored!