From a59c3622848840f55a22ed91bf782775f43a40a1 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 16 Aug 2020 13:14:46 +0200 Subject: Remove a useless line of code --- src/sp_execute.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sp_execute.c') diff --git a/src/sp_execute.c b/src/sp_execute.c index 140e227..ab73972 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c @@ -24,7 +24,6 @@ ZEND_COLD static inline void terminate_if_writable(const char *filename) { } else { sp_log_drop("readonly_exec", "Attempted execution of a writable file (%s).", filename); - zend_bailout(); } } else { if (EACCES != errno) { -- cgit v1.3