diff options
| author | jvoisin | 2018-10-06 16:15:00 +0000 |
|---|---|---|
| committer | GitHub | 2018-10-06 16:15:00 +0000 |
| commit | aa550b9abadc109a2c89a7cd6dd047ac2a953027 (patch) | |
| tree | 1892e9ce8f833f3f13278cd424368fe1b5e26d91 /src/sp_disabled_functions.h | |
| parent | 228fadf307b167a22ad6ec760f3b2ee2e9f2fee3 (diff) | |
Bump a bit the coverage
* `setcookie` doesn't always return `true` anymore
* clang-format
* Cookies with invalid decryption are dropped, but the request isn't anymore
* faulty unserialize are now dumpable
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index ae1500a..b7901dd 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h | |||
| @@ -9,8 +9,9 @@ bool should_disable(zend_execute_data *, const char *, const zend_string *, | |||
| 9 | const char *, const sp_list_node *, const zend_string *); | 9 | const char *, const sp_list_node *, const zend_string *); |
| 10 | bool should_disable_ht(zend_execute_data *, const char *, const zend_string *, | 10 | bool should_disable_ht(zend_execute_data *, const char *, const zend_string *, |
| 11 | const char *, const sp_list_node *, const HashTable *); | 11 | const char *, const sp_list_node *, const HashTable *); |
| 12 | bool should_drop_on_ret_ht(const zval *, const char *, const sp_list_node *config, | 12 | bool should_drop_on_ret_ht(const zval *, const char *, |
| 13 | const HashTable *, zend_execute_data *); | 13 | const sp_list_node *config, const HashTable *, |
| 14 | zend_execute_data *); | ||
| 14 | bool should_drop_on_ret(const zval *, const sp_list_node *config, const char *, | 15 | bool should_drop_on_ret(const zval *, const sp_list_node *config, const char *, |
| 15 | zend_execute_data *); | 16 | zend_execute_data *); |
| 16 | char *get_complete_function_path(zend_execute_data const *const); | 17 | char *get_complete_function_path(zend_execute_data const *const); |
