#include "git-compat-util.h" #include "config.h" int LLVMFuzzerTestOneInput(const uint8_t *, size_t); static int config_parser_callback(const char *, const char *, const struct config_context *, void *); static int config_parser_callback(const char *key, const char *value, const struct config_context *ctx UNUSED, void *data UNUSED) { … } int LLVMFuzzerTestOneInput(const uint8_t *data, const size_t size) { … }