Commits


Antoine Pitrou authored and Benjamin Kietzman committed cf243d4bfc4
ARROW-10525: [C++] Fix crash on unsupported IPC stream Detect situations where we have a delta dictionary with an unresolved nested dictionary. Found by OSS-Fuzz. Should fix the following issue: - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26581 Closes #8617 from pitrou/ARROW-10525-ipc-stream-fuzz Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>