summaryrefslogtreecommitdiff
path: root/fuzzers/corpora/objects/tree
Commit message (Collapse)AuthorAgeFilesLines
* fuzzers: add object parsing fuzzerPatrick Steinhardt2018-10-111-0/+0
Add a simple fuzzer that exercises our object parser code. The fuzzer is quite trivial in that it simply passes the input data directly to `git_object__from_raw` for each of the four object types.