]> Cypherpunks repositories - gostls13.git/commit
compress/bzip2: don't panic on invalid input.
authorAdam Langley <agl@golang.org>
Mon, 24 Jun 2013 14:59:41 +0000 (10:59 -0400)
committerAdam Langley <agl@golang.org>
Mon, 24 Jun 2013 14:59:41 +0000 (10:59 -0400)
commitce5d91baa5df81f88161f3eb42b5dab7d829461c
tree47bcfe41880018f089960a4ff07d702f820f4d0c
parent05a5de30f099ee60987646ff88238d561b12ddeb
compress/bzip2: don't panic on invalid input.

Fixes 5747.

R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/10401050
src/pkg/compress/bzip2/bzip2.go
src/pkg/compress/bzip2/bzip2_test.go