MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / LLVMFuzzerTestOneInput

Function LLVMFuzzerTestOneInput

apps/fuzzers/Fuzzer/fuzz_paa.cpp:23–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
24{
25 try
26 {
27 Poseidon::DecodePAABuffer(data, size, /*isPaa*/ true);
28 }
29 catch (...)
30 {
31 }
32 return 0;
33}

Callers

nothing calls this directly

Calls 1

DecodePAABufferFunction · 0.85

Tested by

no test coverage detected