1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:04:44 -07:00
go/src/archive
Andrew Gerrand 483d6d9925 archive/zip: remove unused special case
This removes a special case that was added to fix issue #10956, but that
was never actually effective. The code in the test case still fails to
read, so perhaps the zip64 support added in CL 6463050 inadvertently
caught this particular case.

It's possible that the original theorized bug still exists, but I'm not
convinced it was ever fixed.

Update #28700

Change-Id: I4854de616364510f64a6def30b308686563f8dbb
Reviewed-on: https://go-review.googlesource.com/c/go/+/179757
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-08-27 17:00:43 +00:00
..
tar archive/tar, syscall: add statUnix for aix/ppc64 2019-02-27 23:40:20 +00:00
zip archive/zip: remove unused special case 2019-08-27 17:00:43 +00:00