]> Cypherpunks repositories - gostls13.git/commit
archive/zip: Fix bounds check panic for ZIP files with a truncated extra header.
authorDavid McLeish <davemc@google.com>
Mon, 12 Nov 2012 11:21:00 +0000 (12:21 +0100)
committerAndrew Gerrand <adg@golang.org>
Mon, 12 Nov 2012 11:21:00 +0000 (12:21 +0100)
commit20a181583376b6f0027f73e3c80733c252fecceb
tree0473e2abd51321b4e09a7af0226c8ddee9ea89af
parent9876fd99d6e95ef2fc983ee3f2fc68a5e5b685a1
archive/zip: Fix bounds check panic for ZIP files with a truncated extra header.

R=adg, dave
CC=gobot, golang-dev
https://golang.org/cl/6811080
src/pkg/archive/zip/reader.go
src/pkg/archive/zip/zip_test.go