We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b5f6d commit 7369a68Copy full SHA for 7369a68
ext/filter/logical_filters.c
@@ -837,7 +837,7 @@ void php_filter_validate_mac(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */
837
/* The current token did not end with e.g. a "." */
838
RETURN_VALIDATION_FAILED
839
}
840
- if (php_filter_parse_hex(input + offset, length, &ret) < 0) {
+ if (php_filter_parse_hex(input + offset, length, &ret TSRMLS_CC) < 0) {
841
/* The current token is no valid hexadecimal digit */
842
843
0 commit comments