1
0
mirror of https://github.com/golang/go synced 2024-11-08 18:36:22 -07:00
go/src/encoding
Ian Lance Taylor 89d7a2fbda encoding/xml: don't crash on invalid XMLName tag
Fixes #20953

Change-Id: Ia30a6e0e335c1f738e1359500e09057b5981f1c7
Reviewed-on: https://go-review.googlesource.com/82397
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-12-07 05:09:01 +00:00
..
ascii85
asn1 encoding/asn1: allow '&' in PrintableString fields 2017-12-05 18:22:53 +00:00
base32 Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
base64
binary encoding/binary: make new example a bit more idiomatic 2017-11-15 21:26:43 +00:00
csv encoding/csv: truncate carriage returns at EOF 2017-12-05 18:44:31 +00:00
gob
hex encoding/hex: make Decode, Decoder, DecodeString agree about partial results and errors 2017-11-16 01:08:20 +00:00
json encoding/json: error when trying to set an embedded pointer to unexported struct types 2017-12-06 19:27:26 +00:00
pem encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocks 2017-12-06 03:59:41 +00:00
xml encoding/xml: don't crash on invalid XMLName tag 2017-12-07 05:09:01 +00:00
encoding.go