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

OSS-Fuzz integration #215

Open
randy408 opened this issue Jan 22, 2021 · 3 comments
Open

OSS-Fuzz integration #215

randy408 opened this issue Jan 22, 2021 · 3 comments

Comments

@randy408
Copy link
Contributor

randy408 commented Jan 22, 2021

OSS-Fuzz can be used to automate fuzz testing for this project. Once integrated issues will be automatically filed on bugs.chromium.org when bugs are found and closed when they're fixed.

I intend to integrate this project, which would involve 2-3 PRs.

Are the maintainers interested in OSS-Fuzz integration?

google/oss-fuzz#5030

@stevengj
Copy link
Member

I'm open to this; what kind of changes to the utf8proc repo would be required?

@randy408
Copy link
Contributor Author

Integration consists of one or more fuzz targets and a build script that runs in an oss-fuzz environment (those could all go under test/).

Adding the fuzz target(s) to the CMakefile behind an option is also very useful for reproducing test cases, the rest of the integration happens in the oss-fuzz repository. I'm intending to make the PR's for this on both repos.

@stevengj
Copy link
Member

Sounds good!

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

No branches or pull requests

2 participants