You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2020/04/04 01:22:46 UTC

[kudu-CR] WIP: MSAN support

Hello Todd Lipcon,

I'd like you to do a code review. Please visit

    http://gerrit.cloudera.org:8080/15649

to review the following change.


Change subject: WIP: MSAN support
......................................................................

WIP: MSAN support

WIP because I can't seem to get suppression of third party code to work, and
this is a complete non-starter otherwise (i.e. too many unsafe accesses in
libunwind, libsasl, and openssl for starters).

Change-Id: Iff02896fa7e3adf2a920214d8bc3d040226ebe6f
---
M CMakeLists.txt
M cmake_modules/KuduLinker.cmake
M src/kudu/client/CMakeLists.txt
M src/kudu/fs/block_manager-test.cc
M src/kudu/fs/log_block_manager-test.cc
M src/kudu/gutil/dynamic_annotations.h
M src/kudu/gutil/port.h
M src/kudu/util/CMakeLists.txt
M src/kudu/util/bitmap-test.cc
M src/kudu/util/crc-test.cc
M src/kudu/util/env-test.cc
M src/kudu/util/env_posix.cc
M src/kudu/util/pb_util-test.cc
M src/kudu/util/sanitizer_options.cc
M thirdparty/build-definitions.sh
M thirdparty/build-if-necessary.sh
M thirdparty/build-thirdparty.sh
M thirdparty/vars.sh
18 files changed, 339 insertions(+), 54 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/49/15649/1
-- 
To view, visit http://gerrit.cloudera.org:8080/15649
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff02896fa7e3adf2a920214d8bc3d040226ebe6f
Gerrit-Change-Number: 15649
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>