1 #include "git-compat-util.h"
4 int LLVMFuzzerTestOneInput(const uint8_t *data
, size_t size
);
6 int LLVMFuzzerTestOneInput(const uint8_t *data
, size_t size
)
11 unpack_object_header_buffer((const unsigned char *)data
,
12 (unsigned long)size
, &type
, &len
);