Commits

Antoine Pitrou authored 245091c98dd
ARROW-7999: [C++] Fix crash on corrupt List / Map array input Found by OSS-Fuzz. Should fix the following issues: * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20284 * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21039 Closes #6534 from pitrou/ARROW-7999-fuzz-fix and squashes the following commits: 5b3bfdf5d <Antoine Pitrou> ARROW-7999: Fix crash on corrupt List / Map array input Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>