-
Notifications
You must be signed in to change notification settings - Fork 76
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
lrzip 0.651 test issue #236
Comments
Here is more information
|
WTF? Why on earth are you testing a 6 byte file? What do you think would happen? Please don't waste time here. Granted, |
There are three bugs here.
When compressing, lrzip seems to recognize the chunk size. The problem is that what it computes, and what it stores does not match with smaller files. See these examples:
Interestingly, this does not seem to impact decompression
I reviewed the code and the problem seems to occur in the |
Trying to upgrade lrzip to the latest release (0.651), but ran into some regression test issue.
The text was updated successfully, but these errors were encountered: