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
Similarly to #508, if a Zip64 archive has a maximum length comment, rubyzip cannot read it.
This is a slightly more difficult fix than for non-Zip64 files as the End of Zip64 Directory records are more complex. Fixing this properly means stepping through the archive in a more logical manner which will end up being more robust.