]> Cypherpunks repositories - gostls13.git/commit
image/gif: fix buglet in graphics extension.
authorRob Pike <r@golang.org>
Tue, 7 Jun 2011 12:19:36 +0000 (12:19 +0000)
committerRob Pike <r@golang.org>
Tue, 7 Jun 2011 12:19:36 +0000 (12:19 +0000)
commit05348ab0c84a7e2c76864a156993ac7f4ed092cd
tree4777af402ba05e72e8a5f3553c9fbb03427769f2
parent4881e7744ab3f125a60fda1d32583dcb59f9d817
image/gif: fix buglet in graphics extension.
need to ReadFull, not Read, to get extension data.

R=nigeltao
CC=golang-dev
https://golang.org/cl/4576043
src/pkg/image/gif/reader.go