This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch maint-17.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 6920955577 GH-43119: [CI][Packaging] Update manylinux 2014 CentOS
repos that have been deprecated (#43121)
add 1baa3b064a GH-43070: [C++][Parquet] Check for valid ciphertext length
to prevent segfault (#43071)
No new revisions were added by this update.
Summary of changes:
cpp/src/parquet/CMakeLists.txt | 1 +
cpp/src/parquet/column_reader.cc | 5 +-
cpp/src/parquet/encryption/encryption.h | 8 +
cpp/src/parquet/encryption/encryption_internal.cc | 208 ++++++++++++++-------
cpp/src/parquet/encryption/encryption_internal.h | 20 +-
.../encryption/encryption_internal_nossl.cc | 14 +-
.../parquet/encryption/encryption_internal_test.cc | 144 ++++++++++++++
.../parquet/encryption/internal_file_decryptor.cc | 16 +-
.../parquet/encryption/internal_file_decryptor.h | 6 +-
cpp/src/parquet/encryption/key_toolkit_internal.cc | 12 +-
.../parquet/encryption/read_configurations_test.cc | 1 +
cpp/src/parquet/thrift_internal.h | 16 +-
12 files changed, 349 insertions(+), 102 deletions(-)
create mode 100644 cpp/src/parquet/encryption/encryption_internal_test.cc