MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / LLVMFuzzerTestOneInput

Function LLVMFuzzerTestOneInput

xs/tools/xstFuzz.c:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88#if OSSFUZZ
89int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
90 fuzz_oss(Data, Size);
91 return 0;
92}
93#endif
94
95#if FUZZING

Callers

nothing calls this directly

Calls 1

fuzz_ossFunction · 0.85

Tested by

no test coverage detected