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

Run fuzzing corpora on all platforms #151

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

elliotgoodrich
Copy link
Owner

Though fuzzing is not available in all platforms, we can at least run the existing fuzzing corpora for all platforms to make sure that there are no problems. This is simple to do by editing our own entry point in nofuzzing.m.cpp to iterate through files in a directory and running these against the fuzzing entry point.

@elliotgoodrich elliotgoodrich force-pushed the run-corpora-on-all-platforms branch from 21d8362 to 3e5e030 Compare March 1, 2025 11:33
Though fuzzing is not available in all platforms, we can at least run
the existing fuzzing corpora for all platforms to make sure that there
are no problems.  This is simple to do by editing our own entry point in
`nofuzzing.m.cpp` to iterate through files in a directory and running
these against the fuzzing entry point.
@elliotgoodrich elliotgoodrich force-pushed the run-corpora-on-all-platforms branch from 3e5e030 to d6254b0 Compare March 1, 2025 11:39
@elliotgoodrich elliotgoodrich merged commit f3fad6d into main Mar 1, 2025
10 checks passed
@elliotgoodrich elliotgoodrich deleted the run-corpora-on-all-platforms branch March 1, 2025 11:42
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.

1 participant