-
Notifications
You must be signed in to change notification settings - Fork 29
Encoder soundness fix #44
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
Conversation
…utside of a private module
It seems I forgot to update some tests. That's odd, I could have sworn I ran |
Oh, tests were added after this PR. That makes sense. Anyway, fixed now. |
One of the tests was supplying an input buffer that was too short. I've fixed that. |
Thank you! Could you publish a new release to crates.io as well, so that I could stop relying on git versions in my projects? Having git dependencies makes code difficult to distribute. |
Yep! I'll get a release cut today or tomorrow |
Fixes #40
This is a semver-compatible change so that the fix can be easily adopted by any users of this crate.