Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19819
Change subject: [security] handle BIO_new ...................................................................... [security] handle BIO_new This patch adds verification of the result returned by the OpenSSL's BIO_new() function. It's a rare case when BIO_new() returns nullptr, but if it does so, let's handle the results as documented. Change-Id: I7a18034fde219c181f13d2d4c1ee9acb7e8e1a46 --- M src/kudu/security/cert.cc M src/kudu/security/cert.h M src/kudu/security/crypto.cc M src/kudu/security/tls_handshake.cc M src/kudu/util/openssl_util.h M src/kudu/util/openssl_util_bio.h 6 files changed, 15 insertions(+), 13 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/19819/1 -- To view, visit http://gerrit.cloudera.org:8080/19819 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7a18034fde219c181f13d2d4c1ee9acb7e8e1a46 Gerrit-Change-Number: 19819 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
