Commits


Antoine Pitrou authored and Wes McKinney committed 2596b3419f2
ARROW-9384: [C++] Avoid memory blowup on invalid IPC input Do not attempt to allocate a null bitmap when concatenating null arrays. Also add a test for concatenation of null arrays. Should fix the following issue: * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24014 Closes #7689 from pitrou/ARROW-9384-ipc-oom Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Wes McKinney <wesm@apache.org>