]> Cypherpunks repositories - gostls13.git/commit
When decoding a paletted PNG, require that a PLTE chunk is seen before
authorNigel Tao <nigeltao@golang.org>
Mon, 14 Sep 2009 04:47:54 +0000 (21:47 -0700)
committerNigel Tao <nigeltao@golang.org>
Mon, 14 Sep 2009 04:47:54 +0000 (21:47 -0700)
commit8a0cb9302f7e05fb6db884dc285406d0f0fc491a
treee88d159a6bbc5c1b7bdeb6a861d8d87bf7775de4
parentd3013d8aa1cbea6a74cbaaa8d4fe51d09db0386d
When decoding a paletted PNG, require that a PLTE chunk is seen before
the first IDAT chunk.

R=rsc
APPROVED=rsc
DELTA=7  (2 added, 0 deleted, 5 changed)
OCL=34583
CL=34585
src/pkg/image/png/reader.go