[openssl-commits] Passed: openssl/openssl#8068 (OpenSSL_1_0_2-stable - cb00d4f)
Travis CI
builds at travis-ci.org
Wed Jan 25 02:26:14 UTC 2017
Build Update for openssl/openssl
-------------------------------------
Build: #8068
Status: Passed
Duration: 3 hours, 56 minutes, and 53 seconds
Commit: cb00d4f (OpenSSL_1_0_2-stable)
Author: Bernd Edlinger
Message: Fix a ssl session leak due to OOM in lh_SSL_SESSION_insert
- s == NULL can mean c is a new session *or* lh_insert was
unable to create a hash entry.
- use lh_SSL_SESSION_retrieve to check for this error condition.
- If it happens simply remove the extra reference again.
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2138)
(cherry picked from commit 38088ce9934a90d4aea486edbff864f3935342e6)
View the changeset: https://github.com/openssl/openssl/compare/e203f493f638...cb00d4ff17ea
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/194826019
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20170125/6c233545/attachment.html>
More information about the openssl-commits
mailing list