]> Cypherpunks repositories - gostls13.git/commit
Fix inflate.go's decompressing of a fixed Huffman block that has
authorNigel Tao <nigeltao@golang.org>
Thu, 20 Aug 2009 23:03:34 +0000 (16:03 -0700)
committerNigel Tao <nigeltao@golang.org>
Thu, 20 Aug 2009 23:03:34 +0000 (16:03 -0700)
commitb58ecb11b0f43ae75e60f29c70fae4f981e54ca7
tree6fe81fe0a7570746a3fba99a203f4f4eb84936a6
parentf0ccd40736f78474b3fcc41381d4e2054fa983c8
Fix inflate.go's decompressing of a fixed Huffman block that has
length-distance pairs.

The new test data was generated by "gzip shesells.txt", which is
presumably what you (rsc) did before, for the other test cases in
gunzip_test.go.

R=rsc
APPROVED=rsc
DELTA=21  (17 added, 2 deleted, 2 changed)
OCL=33582
CL=33616
src/pkg/compress/flate/inflate.go
src/pkg/compress/gzip/gunzip_test.go