-
Notifications
You must be signed in to change notification settings - Fork 6
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
Found multiple crashes using fuzzing #8
Comments
Thanks for report. Interesting. I haven't thought about using fuzzying yet. The strings reported are
|
Through further fuzzing i found some more crashes. |
Do you mean a fuzzing test and an additional dev-dependency for the fuzzing lib? |
Yup. It would be in a fuzz/ folder similar to this crate. |
Yes, sure. Thanks. |
I fuzzed this crate using honggfuzz and found 3 crashes.
You can fuzz the code yourself and further investigate the crashes with this repo.
In the main function there are also three test functions which can be used to easily reproduce the crashes. If you go into the hfuzz_workspace/Fuzzing Folder you can also see the inputs that crash.
This could help improve the check_preconditions function and i hope this is useful.
The text was updated successfully, but these errors were encountered: