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

Function LLVMFuzzerTestOneInput

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

FuzzEncodingFunction · 0.85
LogFuzzStatusFunction · 0.85

Tested by

no test coverage detected