1 #include "git-compat-util.h"
2 #include "object-store.h"
5 int LLVMFuzzerTestOneInput(const uint8_t *data
, size_t size
);
7 int LLVMFuzzerTestOneInput(const uint8_t *data
, size_t size
)
11 load_idx("fuzz-input", GIT_SHA1_RAWSZ
, (void *)data
, size
, &p
);