1
0
mirror of https://github.com/golang/go synced 2024-09-30 17:28:32 -06:00
go/src/encoding
Hiroshi Ioka 4a5b3ef9b9 encoding/asn1: return error instead of dereferencing nil *big.Int in marshaling
Fixes #17461

Change-Id: I9954f6ae46c7e15560d7460841be8f2bc37233a9
Reviewed-on: https://go-review.googlesource.com/31121
Reviewed-by: Adam Langley <agl@golang.org>
Run-TryBot: Adam Langley <agl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-10-17 22:29:32 +00:00
..
ascii85 all: single space after period. 2016-03-02 00:13:47 +00:00
asn1 encoding/asn1: return error instead of dereferencing nil *big.Int in marshaling 2016-10-17 22:29:32 +00:00
base32 all: single space after period. 2016-03-02 00:13:47 +00:00
base64 encoding/base64: This change modifies Go to take strict option when decoding base64 2016-10-12 03:56:18 +00:00
binary encoding/binary: add bool support 2016-09-28 16:20:41 +00:00
csv encoding/csv: avoid allocations when reading records 2016-10-05 16:57:44 +00:00
gob encoding/gob: error out instead of panicking on nil dereference 2016-08-19 21:54:39 +00:00
hex encoding/hex: fix example function name 2016-09-10 21:40:16 +00:00
json encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler 2016-10-17 15:21:33 +00:00
pem encoding/pem: add Decode example 2016-10-17 14:02:33 +00:00
xml encoding/xml: split attribute marshaling into its own method 2016-10-13 17:47:44 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00