tony2001 Tue Jul 25 09:06:47 2006 UTC Modified files: /php-src/ext/json JSON_parser.c Log: initialize variable http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/json/JSON_parser.c diff -u php-src/ext/json/JSON_parser.c:1.4 php-src/ext/json/JSON_parser.c:1.5 --- php-src/ext/json/JSON_parser.c:1.4 Sat Jul 22 15:23:23 2006 +++ php-src/ext/json/JSON_parser.c Tue Jul 25 09:06:47 2006 @@ -388,7 +388,7 @@ smart_str key = {0}; int type = -1; - unsigned short utf16; + unsigned short utf16 = 0; JSON(the_top) = -1; push(&the_json, z, MODE_DONE);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php