Commits

Antoine Pitrou authored 587ce1dc5fc
ARROW-14792: [C++] Fix crash when reading DELTA_BYTE_ARRAY Parquet file Should fix the following issues (found by OSS-Fuzz): * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41221 * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41222 Closes #11756 from pitrou/ARROW-14792-delta-byte-array-fuzz Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>