--- embedaddon/php/ext/mbstring/libmbfl/mbfl/mbfilter.c 2012/05/29 12:34:40 1.1.1.2 +++ embedaddon/php/ext/mbstring/libmbfl/mbfl/mbfilter.c 2014/06/15 20:03:50 1.1.1.3 @@ -985,7 +985,7 @@ mbfl_strpos( { int result; mbfl_string _haystack_u8, _needle_u8; - const mbfl_string *haystack_u8, *needle_u8; + const mbfl_string *haystack_u8, *needle_u8 = NULL; const unsigned char *u8_tbl; if (haystack == NULL || haystack->val == NULL || needle == NULL || needle->val == NULL) {