Searched refs:_php_iconv_mime_decode (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/iconv/tests/ |
H A D | bug78069.phpt | 2 Bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow)
|
/PHP-7.2/ext/iconv/ |
H A D | iconv.c | 213 static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbyte… 1475 static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbyte… in _php_iconv_mime_decode() function 2359 …err = _php_iconv_mime_decode(&retval, ZSTR_VAL(encoded_str), ZSTR_LEN(encoded_str), charset, NULL,… in PHP_FUNCTION() 2412 …if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_l… in PHP_FUNCTION()
|
/PHP-7.2/ |
H A D | NEWS | 383 . Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
|
Completed in 18 milliseconds