mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
fuzzers: don't use deprecated types
This commit is contained in:
@@ -25,7 +25,7 @@ int LLVMFuzzerInitialize(int *argc, char ***argv)
|
||||
|
||||
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
{
|
||||
const git_otype types[] = {
|
||||
const git_object_t types[] = {
|
||||
GIT_OBJECT_BLOB, GIT_OBJECT_TREE, GIT_OBJECT_COMMIT, GIT_OBJECT_TAG
|
||||
};
|
||||
git_object *object = NULL;
|
||||
|
||||
Reference in New Issue
Block a user