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

Add fuzzer #5

Merged
merged 1 commit into from
Jun 5, 2018
Merged

Add fuzzer #5

merged 1 commit into from
Jun 5, 2018

Conversation

killercup
Copy link
Contributor

After cargo install cargo-fuzz, you can run this with

cargo fuzz run header-from-vec

In contrast to rust-fuzz/targets#114 this only uses libfuzzer for now.

cc #3

After `cargo install cargo-fuzz`, you can run this with

    cargo fuzz run header-from-vec
Copy link
Contributor

@yoshuawuyts yoshuawuyts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thank you!

@yoshuawuyts yoshuawuyts merged commit 9ce502e into datrs:master Jun 5, 2018
@killercup
Copy link
Contributor Author

Oh, you could also try and run this with a timeout on travis if you wanted to check continously

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