]> Cypherpunks repositories - gostls13.git/commit
image/gif: be stricter on parsing graphic control extensions.
authorNigel Tao <nigeltao@golang.org>
Thu, 28 Apr 2016 09:01:48 +0000 (19:01 +1000)
committerNigel Tao <nigeltao@golang.org>
Thu, 28 Apr 2016 23:58:26 +0000 (23:58 +0000)
commitac0ee77d630c4a692b02cad630a61e974b0c52ce
tree522542017e8a190ea44c04558d9a9572ea29d442
parentcb97fd7741fc8bfa257bb020dab756a14c420daf
image/gif: be stricter on parsing graphic control extensions.

See Section 23. Graphic Control Extension of the spec:
https://www.w3.org/Graphics/GIF/spec-gif89a.txt

Change-Id: Ie78b4ff4aa97e1b332ade67ae4fa25f7c0770610
Reviewed-on: https://go-review.googlesource.com/22547
Reviewed-by: Rob Pike <r@golang.org>
src/image/gif/reader.go
src/image/gif/reader_test.go