From 7ebdc8d70d7617f2c3353b027663ef54a24a2248 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 8 Jan 2015 16:29:33 +0800 Subject: [PATCH] Fixed #68692 --- ext/standard/php_fopen_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c index 9239b37032..dc52ade5c8 100644 --- a/ext/standard/php_fopen_wrapper.c +++ b/ext/standard/php_fopen_wrapper.c @@ -146,7 +146,7 @@ php_stream_ops php_stream_input_ops = { static void php_stream_apply_filter_list(php_stream *stream, char *filterlist, int read_chain, int write_chain) /* {{{ */ { - char *p, *token; + char *p, *token = NULL; php_stream_filter *temp_filter; p = php_strtok_r(filterlist, "|", &token); -- 2.49.0