-
Notifications
You must be signed in to change notification settings - Fork 119
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
more fuzzers #28
Labels
Comments
I'd love to take this on. I'll give it a look tonight. |
Hi, have you made any progress so far, @stusmall? I might take a look. |
Nothing past the small change that got merged. |
Ok, and what is the intended way of running the fuzzer? I've built the $./target/release/handshake_reader
This executable hasn't been built with "cargo hfuzz".
Try executing "cargo hfuzz build" and check out "hfuzz_target" directory.
Or execute "cargo hfuzz run TARGET"
$ cargo hfuzz
error: no such subcommand: `hfuzz`
$ cargo hfuzz build
error: no such subcommand: `hfuzz`
$ cargo hfuzz run handshake_reader
error: no such subcommand: `hfuzz` |
Oh, I see.
And I also needed
works. I suppose worth adding to the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'd be great to have an even more robust fuzzer for snow to increase confidence and avoid panics.
The text was updated successfully, but these errors were encountered: