-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
fuzzers: fuzzers for keystore, rlp, trie, whisper #19910
Conversation
Maybe better to move this code to "tests/fuzzers". |
I suspect this may need some more work after we've switched to modules, so I'll take a peek once that's done |
Fuzzers have been moved now, but as I suspected the switch to modules seems to have broken the workflow. Investigating... |
Nope, false alarm. After I updated to a more recent version of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ereum#19910) * fuzzers: fuzzers for keystore, rlp, trie, whisper (cred to @guidovranken) * fuzzers: move fuzzers to testdata * testdata/fuzzers: documentation * testdata/fuzzers: corpus for rlp * tests/fuzzers: fixup
This PR includes fuzzers for fuzzbuzz, a SaaS fuzzer platform using go-fuzz under the hood. Currently implemented fuzzers are:
cred to @guidovranken who wrote most of these fuzzers once upon a time