]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: fix decoding of unknown entities in non-strict mode
authorGustavo Niemeyer <gustavo@niemeyer.net>
Thu, 17 May 2012 03:04:00 +0000 (00:04 -0300)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Thu, 17 May 2012 03:04:00 +0000 (00:04 -0300)
commitfdc45367f97b9cea81b3f8c045b426d6e4a11766
tree142b17a091c048e2f9fd81701d9f6ea9d2efd731
parent9242a90ab597a12c3adb7e13fd151498bce4f9ab
encoding/xml: fix decoding of unknown entities in non-strict mode

Fixes #3447.

R=rsc, gustavo
CC=golang-dev
https://golang.org/cl/6039045
src/pkg/encoding/xml/xml.go
src/pkg/encoding/xml/xml_test.go