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

Integrating with OSS-Fuzz #2413

Open
DavidKorczynski opened this issue Nov 12, 2024 · 1 comment
Open

Integrating with OSS-Fuzz #2413

DavidKorczynski opened this issue Nov 12, 2024 · 1 comment

Comments

@DavidKorczynski
Copy link

This is a follow-up to #1238

I'm reaching out to ask if spirv-cross would be happy to integrate with OSS-Fuzz? OSS-Fuzz is a continuous fuzzing set up for important open source projects and has helped find a lot of memory corruption issues in various projects.

In google/oss-fuzz#12708 I did an initial integration of SPIRV-cross and would be happy to submit a further set of harnesses if you're happy to integrate. The goal would be to have good coverage of SPIRV-cross.

In order to integrate, the only thing needed is one or more maintainer emails that would be happy to receive notifications for any issues find, including detailed reports with stacktraces, reproducers and more. The project will also show up on https://introspector.oss-fuzz.com/ where it's convenient to track e.g. fuzzing code coverage of the projects in OSS-Fuzz.

@HansKristian-Work
Copy link
Contributor

I don't have the bandwidth to stay on top of any process like this. Also, SPIRV-Cross is not intended to be robust against any garbage input. It is expected that input is valid SPIR-V.

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