MCPcopy Create free account
hub / github.com/apache/arrow / LLVMFuzzerTestOneInput

Function LLVMFuzzerTestOneInput

cpp/src/arrow/ipc/file_fuzz.cc:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "arrow/util/macros.h"
24
25extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
26 auto status = arrow::ipc::internal::FuzzIpcFile(data, static_cast<int64_t>(size));
27 arrow::internal::LogFuzzStatus(status, data, static_cast<int64_t>(size));
28 return 0;
29}

Callers

nothing calls this directly

Calls 2

FuzzIpcFileFunction · 0.85
LogFuzzStatusFunction · 0.85

Tested by

no test coverage detected