zip
zip copied to clipboard
Back port 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.