go/src/encoding/binary
Alexandru Moșoi 478b594d51 encoding/binary: fix bound check
The inserted early bound checks cause the slice
to expand beyond the original length of the slice.

Change-Id: Ib38891605f4a9a12d3b9e2071a5f77640b083d2d
Reviewed-on: https://go-review.googlesource.com/20981
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
2016-03-21 19:22:22 +00:00
..
binary.go encoding/binary: fix bound check 2016-03-21 19:22:22 +00:00
binary_test.go encoding/binary: fix bound check 2016-03-21 19:22:22 +00:00
example_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
varint.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
varint_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00