Hello Dan Burkert, Adar Dembo, I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5101 to review the following change. Change subject: sasl: add a leak suppression for krb5 1.10 ...................................................................... sasl: add a leak suppression for krb5 1.10 This suppresses a known memory leak in krb5 < 1.12 in which a single error message structure would be leaked in the case that GSSAPI had any issues acquiring credentials. I bisected this issue against the krb5 git repository and found the fix is in commit 379d39c17b8930718e98185a5b32a0f7f3e3b4b6 ("Fix a small memory leak in util_errmap") I chose to use the suppression file instead of a scoped leak suppression object since it's still useful to catch any other leaks we might cause in our use of SASL APIs. Change-Id: Ied53bf43e98fd622026c00226eb38550bbbbdb38 --- M build-support/lsan-suppressions.txt 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/01/5101/1 -- To view, visit http://gerrit.cloudera.org:8080/5101 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ied53bf43e98fd622026c00226eb38550bbbbdb38 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <t...@apache.org> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Dan Burkert <danburk...@apache.org>