1
0
mirror of https://github.com/golang/go synced 2024-11-14 15:00:27 -07:00
go/src/encoding/asn1
Kyle Isom 38e3427b2f encoding/asn1: check bounds when parsing tag and length
This was found while fuzzing another program, triggering a panic in
x509.ParseECPrivateKey.

Fixes #11154

Change-Id: Ief35ead38adf14caec4d37b9eacf8a92e67cd1e6
Reviewed-on: https://go-review.googlesource.com/10712
Reviewed-by: Adam Langley <agl@golang.org>
Run-TryBot: Adam Langley <agl@golang.org>
2015-06-13 19:59:16 +00:00
..
asn1_test.go encoding/asn1: check bounds when parsing tag and length 2015-06-13 19:59:16 +00:00
asn1.go encoding/asn1: check bounds when parsing tag and length 2015-06-13 19:59:16 +00:00
common.go encoding/asn1: Improved control of flags and times 2015-04-28 16:35:13 +00:00
marshal_test.go encoding/asn1: Improved control of flags and times 2015-04-28 16:35:13 +00:00
marshal.go encoding/asn1: Improved control of flags and times 2015-04-28 16:35:13 +00:00