]> Cypherpunks repositories - gostls13.git/commit
image/jpeg: return a FormatError when hitting an unexpected io.EOF
authorNigel Tao <nigeltao@golang.org>
Fri, 28 Feb 2014 04:18:35 +0000 (15:18 +1100)
committerNigel Tao <nigeltao@golang.org>
Fri, 28 Feb 2014 04:18:35 +0000 (15:18 +1100)
commitc2013e8a35107f13dcab14671be199f5a3375508
tree8093d0bee46a4c0d03322b272dfcb6db0303e4fd
parenta9600502bbaace43792e3f00a8f23286ba8a1667
image/jpeg: return a FormatError when hitting an unexpected io.EOF
inside Huffman-encoded data.

Fixes #6450.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/69830043
src/pkg/image/jpeg/huffman.go