You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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
The text was updated successfully, but these errors were encountered: