1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:31:22 -06:00
go/src/pkg/encoding
Dmitriy Vyukov c8b1f85493 encoding/gob: fix memory corruption
Fixes #3175.

R=golang-dev, iant, rsc, r
CC=golang-dev
https://golang.org/cl/5758069
2012-03-08 08:53:08 +11:00
..
ascii85 build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
asn1 crypto/x509: don't include empty additional primes in PKCS#1 private key. 2012-03-05 12:04:18 -05:00
base32 encoding/base32: ignore new line characters during decode. 2012-02-03 13:36:38 +11:00
base64 encoding/base64: ignore new line characters during decode. 2012-02-01 19:13:38 +11:00
binary encoding/binary: improve package comment. 2012-03-05 10:02:30 -05:00
csv csv: clarify what a negative FieldsPerRecord means 2012-03-05 13:34:12 -05:00
gob encoding/gob: fix memory corruption 2012-03-08 08:53:08 +11:00
hex encoding/hex: vet the test prints 2012-02-10 09:44:56 +11:00
json encoding/json: document that nil slice encodes as null 2012-03-05 13:29:22 -05:00
pem all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
xml encoding/xml: fix xml test tag usage 2012-03-01 15:20:13 -03:00