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

Function LLVMFuzzerTestOneInput

cpp/src/parquet/arrow/fuzz.cc:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "parquet/arrow/fuzz_internal.h"
21
22extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
23 auto status = parquet::fuzzing::internal::FuzzReader(data, static_cast<int64_t>(size));
24 arrow::internal::LogFuzzStatus(status, data, static_cast<int64_t>(size));
25 return 0;
26}

Callers

nothing calls this directly

Calls 2

FuzzReaderFunction · 0.85
LogFuzzStatusFunction · 0.85

Tested by

no test coverage detected