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

fuzzers: fuzzers for keystore, rlp, trie, whisper #19910

Merged
merged 5 commits into from
Dec 10, 2019

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Aug 2, 2019

This PR includes fuzzers for fuzzbuzz, a SaaS fuzzer platform using go-fuzz under the hood. Currently implemented fuzzers are:

  • keystore
  • rlp
  • trie
  • whisper6

cred to @guidovranken who wrote most of these fuzzers once upon a time

@fjl
Copy link
Contributor

fjl commented Aug 15, 2019

Maybe better to move this code to "tests/fuzzers".

@holiman
Copy link
Contributor Author

holiman commented Nov 19, 2019

I suspect this may need some more work after we've switched to modules, so I'll take a peek once that's done

@holiman
Copy link
Contributor Author

holiman commented Nov 26, 2019

Fuzzers have been moved now, but as I suspected the switch to modules seems to have broken the workflow. Investigating...

@holiman
Copy link
Contributor Author

holiman commented Nov 26, 2019

Nope, false alarm. After I updated to a more recent version of go-fuzz, the build problems disappeared.
This should be good to go. Ptal @fjl

@karalabe karalabe added this to the 1.9.10 milestone Dec 10, 2019
Copy link
Member

@karalabe karalabe left a comment

Choose a reason for hiding this comment

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

LGTM

@karalabe karalabe merged commit cecc723 into ethereum:master Dec 10, 2019
enriquefynn pushed a commit to enriquefynn/go-ethereum that referenced this pull request Mar 10, 2021
…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
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.

4 participants