MCPcopy Create free account
hub / github.com/ElementsProject/lightning / LLVMFuzzerInitialize

Function LLVMFuzzerInitialize

tests/fuzz/libfuzz.c:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52int LLVMFuzzerInitialize(int *argc, char ***argv) {
53 init(argc, argv);
54
55 return 0;
56}
57
58const uint8_t **get_chunks(const void *ctx, const uint8_t *data,
59 size_t data_size, size_t chunk_size)

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected