-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Some panics found by afl.rs #309
Some panics found by afl.rs #309
Comments
I'll verify these once I'm on my laptop, but on the assumption everything you've said is true, these are mostly bugs. The only one that would not be is the construction of the Would you mind sharing the code used to find these? I've never used a fuzzer myself. This would also let me run it on the current head, where significant changes have taken place across the board. |
Verifying the following as bugs in 0.2.24:
I'll be investigating these further, of course. First up is to see if these bugs exist on main; I know one won't, as I (apparently incorrectly) assumed valid data. Needless to say this should be interesting. |
Fixed in 0540d19. |
v0.2.25 has been released with this patch. I'd also like to report that this issue does not exist on main. |
Thanks for your prompt reply. That's very helpful. |
I have used afl.rs to fuzz this crate, and I found several cases will crash. The version I work on is version 0.2.24.
There are 2 about unreachable.
And there are several about arithmetic overflow.
I hope you can check if these are really bugs that need to be fixed. Thanks a lot.
The text was updated successfully, but these errors were encountered: