1
0
mirror of https://github.com/golang/go synced 2024-10-02 12:18:33 -06:00
go/src/compress
Nigel Tao 32d42fb6ec compress/lzw: don't follow code == hi if last is invalid.
Fixes #20597.

Change-Id: Iaa059277c02e80a2fbef59cf8bb3c58d2b90fda0
Reviewed-on: https://go-review.googlesource.com/45111
Reviewed-by: David Symonds <dsymonds@golang.org>
2017-06-08 01:27:37 +00:00
..
bzip2 compress/bzip2: remove dead code in huffman.go 2017-05-24 21:56:48 +00:00
flate compress/flate: use math/bits.Reverse8/16 instead of local implementation 2017-03-01 00:15:32 +00:00
gzip compress/gzip: clarify behavior of Writer.Close 2017-06-02 01:03:19 +00:00
lzw compress/lzw: don't follow code == hi if last is invalid. 2017-06-08 01:27:37 +00:00
testdata build: shorten a few packages with long tests 2015-12-29 15:46:44 +00:00
zlib compress/gzip, compress/zlib: add HuffmanOnly as compression levels. 2016-10-20 23:11:05 +00:00