]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: add check of namespaces to detect field names conflicts
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Thu, 12 Apr 2018 06:55:16 +0000 (08:55 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 9 Nov 2022 03:01:25 +0000 (03:01 +0000)
commitb459166219b77857dc6d9366366b015d84e17bbe
treef2f7cbfe6d15ba1de53b479c16291c06c3dd012a
parentfe4e59e78b30fb76936fdc02fa0ce044ca465c09
encoding/xml: add check of namespaces to detect field names conflicts

Test added.

Fixes #8535

Change-Id: Ic89c2781e81d963a653180812748b3fc95fb7fae
Reviewed-on: https://go-review.googlesource.com/c/go/+/106575
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/encoding/xml/typeinfo.go
src/encoding/xml/xml_test.go