From cad5b4a6f84ed233040cddc86884fc3c3a15a352 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 6 Dec 2020 17:06:43 +0100 Subject: [PATCH] Add missing return statement to disable MD_JAIL::enforce on CLI usage --- MD_JAIL.php | 1 + 1 file changed, 1 insertion(+) diff --git a/MD_JAIL.php b/MD_JAIL.php index d8a1d9b..681c7d3 100644 --- a/MD_JAIL.php +++ b/MD_JAIL.php @@ -208,6 +208,7 @@ final class MD_JAIL { $this->_status = self::STATUS_SPECIFIED; $this->__destruct(); + return; } $this->_apply_memory_limit();