1
0
mirror of https://github.com/golang/go synced 2024-11-19 23:14:47 -07:00
go/src/encoding
Rob Pike d64617fc0a encoding/gob: more checks for corrupted data
Also unify the tests where possible to make it easy to add more.

Fixes #10273.

Change-Id: Idfa4f4a5dcaa05974066bafe17bed6cdd2ebedb7
Reviewed-on: https://go-review.googlesource.com/8662
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-04-09 17:02:19 +00:00
..
ascii85
asn1 debug/dwarf, encoding/asn1, go/ast: fix old comments 2015-03-24 00:09:30 +00:00
base32
base64 encoding/base64: add unpadded encodings, and test all encodings. 2014-12-22 16:05:23 +00:00
binary encoding/binary: cull dead code 2015-03-14 02:51:22 +00:00
csv all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
gob encoding/gob: more checks for corrupted data 2015-04-09 17:02:19 +00:00
hex
json encoding/json: Fixed the comment specifying Marshal behavior for maps. 2015-02-18 23:57:36 +00:00
pem encoding/pem: eliminate allocations for newlines during encoding 2014-12-21 22:06:09 +00:00
xml encoding/xml: fix default namespace of tags 2015-03-09 09:10:30 +00:00
encoding.go