-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InflaterInputStream throws 'Invalid input data' when unpacking certain files using RC1 #253
Comments
I am not able to reproduce the error, could you show your code and upload the problematic file? Test sample created using:
Running simple repro project:
|
I had to back out the RC due what I think is the same issue. |
@johnfedak Could you try and see if this fixes the issue? |
Yes, that appears to have addressed the issue. Thanks. |
@piksel Just realised that not all jars cause the issue. To reproduce it you can simply take this google's zip file. I've tested the package from #253 (comment), and indeed it seems working to me. Would be nice to see it in master and the NuGet updated 🤩 |
SharpZipLib version 1.0.0-rc-1 unpacking zip file throw exception StackTrace as: when i uninstall this version and then install v0.86.0 |
@263613093, yes this does indeed seem to be the same bug. I will be releasing RC2 shortly with the fix. |
Steps to reproduce
.jar
file insideExpected behavior
Should successfully unzip an archive.
Actual behavior
Throws exception when unzipping
.jar
fileVersion of SharpZipLib
1.0.0-rc1
Obtained from (place an x between the brackets for all that apply)
The text was updated successfully, but these errors were encountered: