Home
last modified time | relevance | path

Searched refs:_php_iconv_mime_decode (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/iconv/tests/
H A Dbug78069.phpt2 Bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow)
/PHP-7.4/ext/iconv/
H A Diconv.c208 static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbyte…
1461 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
2355 …err = _php_iconv_mime_decode(&retval, ZSTR_VAL(encoded_str), ZSTR_LEN(encoded_str), charset, NULL,… in PHP_FUNCTION()
2408 …if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_l… in PHP_FUNCTION()
/PHP-7.4/
H A DNEWS2042 . Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()

Completed in 29 milliseconds