]> 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)
commitdb75ce41a34aa766decf8898995cd064768dd509
tree533392afee0e724ab301219f912f2ed01f3dd769
parentee80871a1577afbc22454084fb8fa284d20a6cd4
- 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.
NEWS
ext/xml/tests/bug49687.phpt [new file with mode: 0644]
ext/xml/xml.c