Hello Sailesh Mukil, Dan Hecht,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10666
to look at the new patch set (#8).
Change subject: IMPALA-7145: fix leak of OpenSSL context when spilling
......................................................................
IMPALA-7145: fix leak of OpenSSL context when spilling
Add a RAII wrapper for the OpenSSL context that automatically frees
on all exit paths from the function.
Add a backend test wrapper that enables LeakSanitizer for an individual
test. This is a step towards IMPALA-2746.
Fix version check bug in asan.h.
Testing:
Enable LeakSanitizer for openssl-util-test. This reliably found the bug.
Ran core tests under ASAN.
Change-Id: I98760ed8f31b18b489a156f945c29c95c9bf3184
---
M be/CMakeLists.txt
M be/src/util/CMakeLists.txt
M be/src/util/asan.h
M be/src/util/openssl-util.cc
4 files changed, 38 insertions(+), 14 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/66/10666/8
--
To view, visit http://gerrit.cloudera.org:8080/10666
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I98760ed8f31b18b489a156f945c29c95c9bf3184
Gerrit-Change-Number: 10666
Gerrit-PatchSet: 8
Gerrit-Owner: Tim Armstrong <[email protected]>
Gerrit-Reviewer: Dan Hecht <[email protected]>
Gerrit-Reviewer: Sailesh Mukil <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>