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

Function LLVMFuzzerTestOneInput

tests/fuzz/libfuzz.c:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
21 isaac64_init(&isaac64, NULL, 0);
22
23 run(data, size);
24 return 0;
25}
26
27int LLVMFuzzerInitialize(int *argc, char ***argv) {
28 init(argc, argv);

Callers

nothing calls this directly

Calls 2

isaac64_initFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected