MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / LLVMFuzzerTestOneInput

Function LLVMFuzzerTestOneInput

tools/fuzz/po.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 size_t Size);
10
11extern "C" [[gnu::visibility("default")]] int
12LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
13 return WasmEdge_Driver_FuzzPO(Data, Size);
14}

Callers

nothing calls this directly

Calls 1

WasmEdge_Driver_FuzzPOFunction · 0.85

Tested by

no test coverage detected