Commits


Antoine Pitrou authored and Wes McKinney committed 389b1535bbb
ARROW-9439: [C++] Fix crash on invalid IPC input Also add argument-checking variants of SliceBuffer, SliceMutableBuffer, Array::Slice and ArrayData::Slice. Should fix the following issue: * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24101 Closes #7733 from pitrou/ARROW-9439-oss-fuzz-ipc Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Wes McKinney <wesm@apache.org>