]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: reject > chain with non-element
authorRuss Cox <rsc@golang.org>
Tue, 12 Mar 2013 20:42:25 +0000 (16:42 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 12 Mar 2013 20:42:25 +0000 (16:42 -0400)
commitbfe80e21e4c0076fb75b14b04b9c9a1c3c4ee419
tree9cec285f37808ba61e7c57c7b333962829ae6da3
parent8323cef77cb4bc9c905aca7cd8b66655c8e3b3a2
encoding/xml: reject > chain with non-element

Fixes #5033.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7764044
src/pkg/encoding/xml/marshal.go
src/pkg/encoding/xml/marshal_test.go
src/pkg/encoding/xml/typeinfo.go