We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756ee95 commit 3f258e6Copy full SHA for 3f258e6
Zend/zend_highlight.c
@@ -57,7 +57,7 @@ ZEND_API void zend_html_putc(char c)
57
ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC)
58
{
59
const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len;
60
- unsigned char *filtered;
+ unsigned char *filtered = NULL;
61
size_t filtered_len;
62
63
if (LANG_SCNG(output_filter)) {
0 commit comments