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

Do not verify checksum during fuzzing #6

Merged
merged 3 commits into from
Jun 29, 2018
Merged

Conversation

Shnatsel
Copy link
Contributor

@Shnatsel Shnatsel commented Jun 28, 2018

Allows meaningful fuzzing of ogg and lewton crates via rust-fuzz tooling (afl.rs, cargo-fuzz, honggfuzz-rs). Without this fuzzers do not reach any interesting code because they cannot generate valid checksums without detailed knowledge about the format, which they do not have.

This already has been used to discover RustAudio/lewton#27

@est31
Copy link
Member

est31 commented Jun 28, 2018

Thanks for the PR! Could you add a comment?

@est31 est31 merged commit c8f7ba3 into RustAudio:master Jun 29, 2018
@est31
Copy link
Member

est31 commented Jun 29, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants