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

Function LLVMFuzzerTestOneInput

cpp/src/arrow/csv/fuzz.cc:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120} // namespace arrow::csv
121
122extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
123 auto status = arrow::csv::FuzzCsvReader(data, static_cast<int64_t>(size));
124 arrow::internal::LogFuzzStatus(status, data, size);
125 return 0;
126}

Callers

nothing calls this directly

Calls 2

FuzzCsvReaderFunction · 0.85
LogFuzzStatusFunction · 0.85

Tested by

no test coverage detected