]> Cypherpunks repositories - gostls13.git/commit
xml: disallow invalid Unicode code points
authorNigel Kerr <nigel.kerr@gmail.com>
Thu, 9 Dec 2010 19:51:01 +0000 (14:51 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 9 Dec 2010 19:51:01 +0000 (14:51 -0500)
commit27f2d5ce8cda3734200300d06889729e3c517d15
treea5ee78463949745d38144c4bf698e4824456f6ad
parent3e2231e41fba17b474e434ecc39896a7e26f18bb
xml: disallow invalid Unicode code points

Fixes #1259.

R=rsc
CC=golang-dev
https://golang.org/cl/2967041
src/pkg/xml/xml.go
src/pkg/xml/xml_test.go