We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The latest seems to be fuzztest: https://github.com/google/fuzztest/blob/main/doc/quickstart-cmake.md https://github.com/google/fuzztest/blob/main/doc/use-cases.md
I'd suggest adding fuzz tests for all the "native" file formats, e.g:
Obvious many of the other formats should also get fuzz testing, but that's a good start.
The text was updated successfully, but these errors were encountered:
Here's an example of loading files from a corpus: https://github.com/google/fuzztest/blob/main/doc/fuzz-test-macro.md#loading-seed-inputs-from-a-directory
It looks like this requires separate directories for each file type.
Sorry, something went wrong.
I haven't been able to get "fuzztest" working, so this goes back to the libFuzz clang sanitizer.
Successfully merging a pull request may close this issue.
The latest seems to be fuzztest:
https://github.com/google/fuzztest/blob/main/doc/quickstart-cmake.md
https://github.com/google/fuzztest/blob/main/doc/use-cases.md
I'd suggest adding fuzz tests for all the "native" file formats, e.g:
Obvious many of the other formats should also get fuzz testing, but that's a good start.
The text was updated successfully, but these errors were encountered: