1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src/pkg/compress
Russ Cox 8ba6deb1ec compress/flate: fix infinite loop on malformed data
Test using compress/gzip, because that's how the
data arrived.

Fixes #6550.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/14441051
2013-10-09 08:37:06 -04:00
..
bzip2 compress/bzip2: support concatenated files 2013-08-05 16:08:08 -04:00
flate compress/flate: fix infinite loop on malformed data 2013-10-09 08:37:06 -04:00
gzip compress/flate: fix infinite loop on malformed data 2013-10-09 08:37:06 -04:00
lzw build: remove dead code 2013-03-22 17:28:22 -04:00
testdata
zlib compress/zlib: add Reset method to Writer. 2013-09-05 21:50:47 +02:00