[openssl-commits] Still Failing: openssl/openssl#13100 (master - 3cb6a4d)

Travis CI builds at travis-ci.org
Wed Aug 9 19:20:10 UTC 2017


Build Update for openssl/openssl
-------------------------------------

Build: #13100
Status: Still Failing

Duration: 28 minutes and 52 seconds
Commit: 3cb6a4d (master)
Author: Benjamin Kaduk
Message: Fix memory leak in session cache test

When we are using the internal cache we have to make a copy of the
session before removing it from the parent context's cache, since
we want our copy to still be resumable.  However, SSL_CTX_remove_session()
just detaches the session from the SSL_CTX; it does not free the session.
So, we must call SSL_SESSION_free() ourselves before overwriting the
variable that we dup'd from.

Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4126)

View the changeset: https://github.com/openssl/openssl/compare/8d50b9c15ae5...3cb6a4d6d66d

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/262791581?utm_source=email&utm_medium=notification

--

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/20170809/4415581d/attachment.html>


More information about the openssl-commits mailing list