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_utils.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_utils.h')
| -rw-r--r-- | src/sp_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h index d835905..200e82c 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -59,6 +59,6 @@ int hook_regexp(const sp_pcre *, HashTable *, zif_handler); | |||
| 59 | bool check_is_in_eval_whitelist(const zend_string *const function_name); | 59 | bool check_is_in_eval_whitelist(const zend_string *const function_name); |
| 60 | int sp_log_request(const zend_string *folder, const zend_string *text_repr, | 60 | int sp_log_request(const zend_string *folder, const zend_string *text_repr, |
| 61 | char *from); | 61 | char *from); |
| 62 | bool sp_zend_string_equals(const zend_string* s1, const zend_string* s2); | 62 | bool sp_zend_string_equals(const zend_string *s1, const zend_string *s2); |
| 63 | 63 | ||
| 64 | #endif /* SP_UTILS_H */ | 64 | #endif /* SP_UTILS_H */ |
