summaryrefslogtreecommitdiff
path: root/src/sp_execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_execute.c')
-rw-r--r--src/sp_execute.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c
index ac7cee3..036f1a4 100644
--- a/src/sp_execute.c
+++ b/src/sp_execute.c
@@ -50,7 +50,8 @@ is_in_eval_and_whitelisted(const zend_execute_data *execute_data) {
50 return; 50 return;
51 } 51 }
52 52
53 if (EXPECTED(NULL == SNUFFLEUPAGUS_G(config).config_eval->whitelist->data)) { 53 if (EXPECTED(NULL == SNUFFLEUPAGUS_G(config).config_eval->whitelist ||
54 NULL == SNUFFLEUPAGUS_G(config).config_eval->whitelist->data)) {
54 return; 55 return;
55 } 56 }
56 57