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

Zip support fix #17

Merged
merged 2 commits into from
Oct 21, 2017
Merged

Zip support fix #17

merged 2 commits into from
Oct 21, 2017

Conversation

danielpclark
Copy link
Owner

No description provided.

To get zip unencrypting to work we have to avoid two false positives.
The first is one that returns a successful exit sats one out of every
255 attempts.  The second one is one that dumps empty files out of the
correctly named content.

To get by this I had to implement it so that empty files will not be
kept.  This may not always be desired behavior and perhaps an
additional fix for the situation where some empty files are wanted
should be implemented.
@danielpclark danielpclark merged commit e2d1369 into master Oct 21, 2017
@danielpclark danielpclark deleted the zip_fix branch October 21, 2017 23:05
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.

None yet

1 participant