]> Cypherpunks repositories - gostls13.git/commit
archive/zip: handle pre-zip64 zip files containing 2³²-1-byte content
authorRuss Cox <rsc@golang.org>
Tue, 2 Feb 2016 03:02:52 +0000 (22:02 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 2 Feb 2016 16:36:59 +0000 (16:36 +0000)
commitb6c5edae7c0e9dd6d12dbb8f1c9638dea45f9464
treeabf6fe0c3e48ef57f486b23d6bd001a7076d897e
parent8de7563acd813e742bcf7db0a6ab19203dbf6b28
archive/zip: handle pre-zip64 zip files containing 2³²-1-byte content

This corrects a regression from Go 1.5 introduced by CL 18317.

Fixes #14185.

Change-Id: Ic3215714846d9f28809cd04e3eb3664b599244f4
Reviewed-on: https://go-review.googlesource.com/19151
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/archive/zip/reader.go
src/archive/zip/reader_test.go