summaryrefslogtreecommitdiff
path: root/oss-fuzz
Commit message (Collapse)AuthorAgeFilesLines
* oss-fuzz: Add fuzzing targetsErik de Castro Lopo2019-11-184-0/+588
| | | | | | | | | These fuzzing targets were originally from: https://github.com/guidovranken/flac-fuzzers.git but having them in a separate repo was a huge pain in the neck when working on fixing any problems found.
* oss-fuzz: Add fuzzing headersErik de Castro Lopo2019-11-186-0/+477
These includes header files were taken from: https://github.com/guidovranken/fuzzing-headers.git with some minor changes required to make them compile cleanly with the extra compiler warning flags used by the FLAC build system.