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

Add fuzzing infrastructure #512

Merged
merged 9 commits into from
May 20, 2020
Merged

Add fuzzing infrastructure #512

merged 9 commits into from
May 20, 2020

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented May 19, 2020

This adds a few fuzz targets for various DWARF sections, and also integrates it with our CI, so that the fuzz targets are built in one job, and then each fuzz target is run in N parallel jobs for five minutes.

The CI integration bits will likely involve a few tries and force pushes >.<

@fitzgen fitzgen requested a review from philipc May 19, 2020 19:07
@fitzgen fitzgen force-pushed the fuzzing branch 7 times, most recently from b8a02df to 4496813 Compare May 19, 2020 20:28
This builds them in one job, and then spawns N parallel jobs to run each built
fuzz target for five minutes.
@fitzgen
Copy link
Member Author

fitzgen commented May 19, 2020

Ok, I think this is good to go now!

Copy link
Collaborator

@philipc philipc left a comment

Choose a reason for hiding this comment

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

Looks great!

@fitzgen fitzgen merged commit ea707d7 into gimli-rs:master May 20, 2020
@fitzgen fitzgen deleted the fuzzing branch May 20, 2020 15:21
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.

None yet

2 participants