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

Function WasmEdge_Driver_FuzzPO

lib/api/wasmedge.cpp:3802–3809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3800
3801WASMEDGE_CAPI_EXPORT extern "C" int
3802WasmEdge_Driver_FuzzPO(const uint8_t *Data, size_t Size) noexcept {
3803 try {
3804 return WasmEdge::Driver::FuzzPO(Data, Size);
3805 } catch (...) {
3806 handleCAPIError();
3807 return EXIT_FAILURE;
3808 }
3809}
3810#endif
3811
3812// <<<<<<<< WasmEdge Driver functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Callers 1

LLVMFuzzerTestOneInputFunction · 0.85

Calls 2

FuzzPOFunction · 0.85
handleCAPIErrorFunction · 0.85

Tested by

no test coverage detected