Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-05 | fuzzing: Add basic fuzzing framework using oss-fuzz | Philip Withnall | 1 | -0/+0 | |
See fuzzing/README.md for details. oss-fuzz (https://github.com/google/oss-fuzz) is a project run by Google which automatically runs fuzz testing on open source projects and files issues if it finds bugs. It requires some tests to run, each of which needs to take an arbitrary binary blob as input. It also requires some configuration for how to build the project — that will live in the oss-fuzz project on GitHub as `projects/xdgmime/`. Signed-off-by: Philip Withnall <pwithnall@gnome.org> |