You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/01/20 22:13:49 UTC

[arrow] branch master updated (9293193 -> a6307cc)

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 9293193  ARROW-7621: [Doc] Fix doc build
     add a6307cc  ARROW-7618: [C++] Fix crashes or undefined behaviour on corrupt IPC input

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/san-config.cmake             |  2 +-
 cpp/src/arrow/array/validate.cc                | 68 +++++++++++++++++++-------
 cpp/src/arrow/array_list_test.cc               |  3 ++
 cpp/src/arrow/array_test.cc                    | 51 +++++++++++++++++++
 cpp/src/arrow/compute/kernels/util_internal.cc | 39 +++++++++------
 cpp/src/arrow/ipc/message.cc                   |  7 +--
 cpp/src/arrow/ipc/metadata_internal.cc         | 11 +++--
 cpp/src/arrow/ipc/reader.cc                    | 12 +++--
 cpp/src/arrow/type.cc                          | 27 ++++++++--
 cpp/src/arrow/type.h                           | 11 ++++-
 cpp/src/arrow/util/int_util.h                  | 14 ++++++
 11 files changed, 192 insertions(+), 53 deletions(-)