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 am currently using unzipper to unzip a ZIP file which has been created using 0 compression and also contains another ZIP which contains 0 compression.
Due to unzipper looking for the EOF (0x08074b50), it finds this prematurely due to the internal ZIP and closes the stream early.
I am currently using unzipper to unzip a ZIP file which has been created using 0 compression and also contains another ZIP which contains 0 compression.
Due to unzipper looking for the EOF (0x08074b50), it finds this prematurely due to the internal ZIP and closes the stream early.
Recreation code using Archiver:
The text was updated successfully, but these errors were encountered: