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

[WIP] adding more fuzzing targets #55

Closed
wants to merge 1 commit into from
Closed

Conversation

stusmall
Copy link
Contributor

First pass at #28 with a test case for the first finding. I'll add more fuzz targets

@mcginty
Copy link
Owner

mcginty commented May 1, 2019

Awesome, thanks! Do you have any feelings on libfuzzer vs. honggfuzz? You might have noticed there's also an hfuzz folder in the repo right now that uses the cargo-hfuzz wrapper that's basically the same as cargo-fuzz.

I feel like unless there's a good reason otherwise, it'll be easiest to stick to one fuzzing library. (by that I mean I'd be happy to switch to cargo-fuzz/libfuzzer if it makes sense to).

@stusmall
Copy link
Contributor Author

stusmall commented May 1, 2019

Ah! #28 was about more cases not different fuzzing tools? I have no strong opinions. I'll set them up with hfuzz instead.

@mcginty
Copy link
Owner

mcginty commented May 2, 2019

sounds good!

@stusmall stusmall changed the title [WIP] adding libfuzzer [WIP] adding more fuzzing targets May 11, 2019
@mcginty
Copy link
Owner

mcginty commented Jun 22, 2019

wow, didn't realize you force-pushed the changes a while back! rebased your commit and merged it - thanks so much again and nice find!

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