You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport zip64 extra field improvements from Go's stdlib.
This fix allows zip to read archives that include files larger than 4GB
and/or those that use zip64 extra fields. This is simply a backport of
fixes that were made in http://golang.org/issue/13367.
0 commit comments