Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
int LLVMFuzzerInitialize(int *argc, char ***argv) {
53
init(argc, argv);
54
55
return 0;
56
}
57
58
const 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
init
Function · 0.70
Tested by
no test coverage detected