Skip to content

Commit 7ebdc8d

Browse files
committed
Fixed #68692
1 parent f3ea1b0 commit 7ebdc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/php_fopen_wrapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ php_stream_ops php_stream_input_ops = {
146146

147147
static void php_stream_apply_filter_list(php_stream *stream, char *filterlist, int read_chain, int write_chain) /* {{{ */
148148
{
149-
char *p, *token;
149+
char *p, *token = NULL;
150150
php_stream_filter *temp_filter;
151151

152152
p = php_strtok_r(filterlist, "|", &token);

0 commit comments

Comments
 (0)