summaryrefslogtreecommitdiff
path: root/fuzzers/objects_fuzzer.c
Commit message (Collapse)AuthorAgeFilesLines
* fuzzers: don't use deprecated typesEdward Thomson2019-01-251-1/+1
|
* object_type: convert final internal users to new namesethomson/git_objEdward Thomson2019-01-171-1/+1
| | | | | Update some missed types that were continuing to use the old `GIT_OBJ` names.
* fuzzers: add object parsing fuzzerPatrick Steinhardt2018-10-111-0/+47
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.