Skip to content
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

cargo fuzz harness and fixes for bugs found #51

Merged
merged 2 commits into from
Jul 9, 2022

Conversation

evanrichter
Copy link
Contributor

Hi! I wrote a couple fuzzers targeting file loading (mtl and obj). The mtl fuzzer did not find any issues (running for a couple hours). The obj loader, which is more complex of course, did find several panics when reading corrupting files.

The fuzzers are in the fuzz directory, as is common for cargo-fuzz.

@Twinklebear
Copy link
Owner

Thanks for these fixes and the fuzzer @evanrichter ! Everything looks good to me, I'll push out a release with these fixes now.

@Twinklebear Twinklebear merged commit 3bf4236 into Twinklebear:master Jul 9, 2022
@evanrichter evanrichter deleted the simple-fixes branch July 9, 2022 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants