]> Cypherpunks repositories - gostls13.git/commit
compress/flate: fix panic when nlit is out of bounds.
authorNigel Tao <nigeltao@golang.org>
Mon, 16 Jul 2012 02:01:18 +0000 (12:01 +1000)
committerNigel Tao <nigeltao@golang.org>
Mon, 16 Jul 2012 02:01:18 +0000 (12:01 +1000)
commitda4eef402d55b91a3e3ea16a3ff4f8902526eac0
treeee34ae119f03ddbf04b1cbf64624a9309e42bdcc
parente726197858759794d245da0f1d57e0699b1f227f
compress/flate: fix panic when nlit is out of bounds.

Fixes #3815.

R=r
CC=golang-dev
https://golang.org/cl/6352109
src/pkg/compress/flate/inflate.go
src/pkg/compress/flate/reader_test.go