-
Notifications
You must be signed in to change notification settings - Fork 150
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
Fuzzing #702
Comments
It would be a nice feature and might catch some bugs, but it would also add a maintenance burden, one I'm not sure is sustainable. |
I’m sure we could find some issues via fuzzing, but I’m not sure what a good fuzzing approach would be here - the image fuzzers look to just be for format parsing, which is the “easy” case for setting up a fuzzer harness. |
For example, TensorFlow python fuzzers use input bytes for shape only, values taken from RNG. |
What do you think about adding fuzzers similar to
image
crate?The text was updated successfully, but these errors were encountered: