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
I looked into this and found, that the EOF occurs since archive/zip/reader.go's findDirectory64End returns a huge offset (4763001625832955028, should be wrong).
Call trace goes like this:
NewReader -> init -> findDirectory64End
init -> readDirecory64End => EOF
Maybe someone with more expertise than me can carry on from there.
The following program fails with the following error:
The archive is generated with zip.NewWriter, so either NewWriter produced a bogus archive or NewReader fails to parse a correct archive.
go version go1.5 linux/amd64
The text was updated successfully, but these errors were encountered: