-
Notifications
You must be signed in to change notification settings - Fork 74
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
Crash due to subtract with overflow #130
Comments
Ha, just ran across this independently in #137. That's a fix for it, in any case. |
Will close this when I've cut 1.0.0 hopefully today - I've merged the panic fix - fuzz tyvm! |
I merged the fix - tyvm @5225225 - the repro instead of attempt to subtract with overflow: $ cargo run
We now get UnequalLengths unhandled error panic in repro which comes from $ cargo run
Adding The output becames |
Release 0.10.0 is out with this fixed 🥳 |
Hi, I did some fuzzing of a crates that uses this library, and found the following crash:
It can be reproduced with the following program:
The text was updated successfully, but these errors were encountered: