diff options
| author | jvoisin | 2018-01-05 11:07:15 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-05 11:07:15 +0100 |
| commit | c463edcee51dfab4358f1aff5a70c2f2f940a20b (patch) | |
| tree | dd25db9755700294f4f15cb226a25e70df5b88d5 /src/php_snuffleupagus.h | |
| parent | 3b113be573cdbca20ce9ec9c0a6efb25ccf51db5 (diff) | |
Fix a bypass in our eval blacklist
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index fb90d1c..ca39bb8 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -58,7 +58,7 @@ extern zend_module_entry snuffleupagus_module_entry; | |||
| 58 | #endif | 58 | #endif |
| 59 | 59 | ||
| 60 | ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) | 60 | ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) |
| 61 | bool in_eval; | 61 | size_t in_eval; |
| 62 | sp_config config; | 62 | sp_config config; |
| 63 | bool is_config_valid; | 63 | bool is_config_valid; |
| 64 | HashTable *disabled_functions_hook; | 64 | HashTable *disabled_functions_hook; |
