]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] compress/flate: fix panic when nlit is out of bounds.
authorNigel Tao <nigeltao@golang.org>
Fri, 21 Sep 2012 19:54:06 +0000 (05:54 +1000)
committerNigel Tao <nigeltao@golang.org>
Fri, 21 Sep 2012 19:54:06 +0000 (05:54 +1000)
commitd74aea6fdc36682c6e850a1340f03217c4c2fc30
tree7801264691b228bfe7dca0321eb83b4dd080aae8
parent34be79e078110b1c90976cb09f256313d7e4347e
[release-branch.go1] compress/flate: fix panic when nlit is out of bounds.

««« backport ecd688de20fb
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 [new file with mode: 0644]