[openssl-commits] Errored: openssl/openssl#8067 (OpenSSL_1_1_0-stable - cee0cdb)
Travis CI
builds at travis-ci.org
Tue Jan 24 22:42:59 UTC 2017
Build Update for openssl/openssl
-------------------------------------
Build: #8067
Status: Errored
Duration: 2 hours, 43 minutes, and 48 seconds
Commit: cee0cdb (OpenSSL_1_1_0-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/b81aadde0c7d...cee0cdbc618d
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/194825655
--
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/20170124/7f3991be/attachment.html>
More information about the openssl-commits
mailing list