From 2d615f1fac1a78012c0cce2e4e9f87c8e6df05b6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 6 Oct 2018 22:46:12 +0200 Subject: Bump coverage again --- src/sp_execute.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sp_execute.c') diff --git a/src/sp_execute.c b/src/sp_execute.c index 6def91b..e631f7b 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c @@ -98,7 +98,6 @@ is_in_eval_and_whitelisted(const zend_execute_data *execute_data) { "Eval_whitelist", SP_LOG_DROP, "The function '%s' isn't in the eval whitelist, dropping its call.", ZSTR_VAL(current_function)); - zend_bailout(); } } } @@ -130,7 +129,7 @@ static void sp_execute_ex(zend_execute_data *execute_data) { SNUFFLEUPAGUS_G(config).config_disabled_functions; if (!execute_data) { - return; + return; // LCOV_EXCL_LINE } if (UNEXPECTED(EX(func)->op_array.type == ZEND_EVAL_CODE)) { -- cgit v1.3