Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ LLVMFuzzerInitialize
Function
LLVMFuzzerInitialize
tests/fuzz/libfuzz.c:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
int LLVMFuzzerInitialize(int *argc, char ***argv) {
28
init(argc, argv);
29
30
return 0;
31
}
32
33
const uint8_t **get_chunks(const void *ctx, const uint8_t *data,
34
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