]> granicus.if.org Git - php/commit
- Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number
authorGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 27 Oct 2010 18:13:25 +0000 (18:13 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 27 Oct 2010 18:13:25 +0000 (18:13 +0000)
commite69b1ff2c43fbfd672097e9f8b25dead81f34ccf
tree50dd9955cf078bbeefd120d86d09aec99c9db7cd
parentda400e7500e236a332b8104b373e60e842bbd63e
- Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number
  of reported malformed sequences). (Gustavo)
#Made a public interface for get_next_char/utf-8 in trunk to use in utf8_decode.
#In PHP 5.3, trunk's get_next_char was copied to xml.c because 5.3's
#get_next_char is different and is not prepared to recover appropriately from
#errors.
ext/standard/html.c
ext/standard/html.h
ext/xml/tests/bug49687.phpt [new file with mode: 0644]
ext/xml/xml.c