-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bug in decompression. #12
Labels
Comments
Reproduction:
|
Oh wow, segmentation fault even. |
I found the problem, though it's probably worth investigating why it triggered a segmentation fault after panicking. |
Frommi
pushed a commit
that referenced
this issue
Jul 15, 2018
One extra byte of ouput space was needed in inflate_fast for the current code. Should fix #12 Short benchmarks to compare startup times.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cargo built with
miniz_oxide
panics while unpackingclfft v0.3.1
package from crates.io. Found this bug using brand new tester.The text was updated successfully, but these errors were encountered: