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

Function LLVMFuzzerTestOneInput

tests/fuzz/libfuzz.c:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
46 isaac64_init(&isaac64, NULL, 0);
47
48 run(data, size);
49 return 0;
50}
51
52int LLVMFuzzerInitialize(int *argc, char ***argv) {
53 init(argc, argv);

Callers

nothing calls this directly

Calls 2

isaac64_initFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected