]> Cypherpunks repositories - gostls13.git/commit
image/gif: tighten the checks for when the amount of an image's pixel
authorNigel Tao <nigeltao@golang.org>
Fri, 22 Mar 2013 03:42:02 +0000 (14:42 +1100)
committerNigel Tao <nigeltao@golang.org>
Fri, 22 Mar 2013 03:42:02 +0000 (14:42 +1100)
commitf308efd869af3cd7cbf74af8ef6558cf4245048b
treef6296f0b66a3bc6e7e01a5ef88b328be8023d67f
parent0ffdfe42d169bf54ac60240822bb9032648af4c7
image/gif: tighten the checks for when the amount of an image's pixel
data does not agree with its bounds.

R=r, jeff.allen
CC=golang-dev
https://golang.org/cl/7938043
src/pkg/image/gif/reader.go
src/pkg/image/gif/reader_test.go [new file with mode: 0644]