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

Function LLVMFuzzerTestOneInput

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FuzzIpcTensorStreamFunction · 0.85

Tested by

no test coverage detected