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

fuzzing: fix oss-fuzz fuzzer #30845

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Dec 2, 2024

The fuzzer added by @MariusVanDerWijden to fuzz the eth handler doesn't build on oss-fuzz, because it also has dependencies in the peer_test.go file (notably testPeer and newTestPeer()).
This change fixes it, I hope, by adding that file also for preprocessing.

@holiman holiman added this to the 1.14.13 milestone Dec 2, 2024
@holiman holiman merged commit 9848e9b into ethereum:master Dec 2, 2024
2 of 3 checks passed
@holiman
Copy link
Contributor Author

holiman commented Dec 3, 2024

@fjl fjl modified the milestones: 1.14.13, 1.15.0 Jan 23, 2025
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