1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/compress/bzip2
Adam Langley c12c5dba9c compress/bzip2: fix panics on malformed input.
Fixes 8363.

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/114810043
2014-07-15 18:44:33 -07:00
..
testdata compress/bzip2: faster decoding. 2013-06-03 20:38:00 +02:00
bit_reader.go compress/bzip2: faster decoding. 2013-06-03 20:38:00 +02:00
bzip2_test.go compress/bzip2: fix panics on malformed input. 2014-07-15 18:44:33 -07:00
bzip2.go compress/bzip2: fix panics on malformed input. 2014-07-15 18:44:33 -07:00
huffman.go compress/bzip2: support superfluous Huffman levels. 2014-02-14 17:17:19 -05:00
move_to_front.go compress/bzip2: faster decoding. 2013-06-03 20:38:00 +02:00