Skip to content
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

Tolerate 0-value (missing) local size headers. #3

Merged
merged 1 commit into from
Mar 2, 2016

Conversation

McNeight
Copy link
Owner

@McNeight McNeight commented Mar 2, 2016

Reference icsharpcode/pull/18
Closes icsharpcode/pull/41 and icsharpcode/pull/76

Some rogue zip creators fail to set a non-zero local header size in
Extra Data causing SharpZLib to reject them, this patch causes the
library to tolerate that particular oversight like most other libraries.

Some rogue zip creators fail to set a non-zero local header size in
Extra Data causing SharpZLib to reject them, this patch causes the
library to tolerate that particular oversight like most other libraries.
McNeight added a commit that referenced this pull request Mar 2, 2016
Tolerate 0-value (missing) local size headers.
@McNeight McNeight merged commit 1e03401 into McNeight:master Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants