This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 5a4c8b62bb GH-46459: [C++] Make some arrow/util headers internal
(#46721)
add 6f43aead92 GH-31603: [C++] Add SecureString implementation to
arrow/util/ (#46626)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 6 +
cpp/src/arrow/util/CMakeLists.txt | 1 +
cpp/src/arrow/util/secure_string.cc | 198 ++++++++++++
cpp/src/arrow/util/secure_string.h | 72 +++++
cpp/src/arrow/util/secure_string_test.cc | 498 +++++++++++++++++++++++++++++++
5 files changed, 775 insertions(+)
create mode 100644 cpp/src/arrow/util/secure_string.cc
create mode 100644 cpp/src/arrow/util/secure_string.h
create mode 100644 cpp/src/arrow/util/secure_string_test.cc