diff options
| author | Russ Cox <rsc@golang.org> | 2016-01-06 12:22:16 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2016-01-07 00:44:04 +0000 |
| commit | 4aedbf5be4631693f774063410707ef467ca78e7 (patch) | |
| tree | fb8ee4b8d9f4856cf4d028abf51644bd45ea358f /src/net/http/httputil/reverseproxy_test.go | |
| parent | 5d8442aeaaa852486b39049f6d4c3d79c87be011 (diff) | |
| download | go-4aedbf5be4631693f774063410707ef467ca78e7.tar.xz | |
archive/zip: fix reading, writing of zip64 archives
Read zip files that contain only 64-bit header offset, not 64-bit sizes.
Fixes #13367.
Read zip files that contain completely unexpected Extra fields,
provided we do not need to find 64-bit size or header offset information there.
Fixes #13166.
Write zip file entries with 0xFFFFFFFF uncompressed data bytes
correctly (must use zip64 header, since that's the magic indicator).
Fixes new TestZip64EdgeCase. (Noticed while working on the CL.)
Change-Id: I84a22b3995fafab8052b99de8094a9f35a25de5b
Reviewed-on: https://go-review.googlesource.com/18317
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/net/http/httputil/reverseproxy_test.go')
0 files changed, 0 insertions, 0 deletions
