[openssl-commits] Errored: openssl/openssl#2808 (master - 773fd0b)

Travis CI builds at travis-ci.org
Fri Mar 11 14:14:27 UTC 2016


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

Build: #2808
Status: Errored

Duration: 27 minutes and 8 seconds
Commit: 773fd0b (master)
Author: Matt Caswell
Message: Call CONF_modules_free() before ENGINE_cleanup() in auto-deinit

During auto de-init we were calling ENGINE_cleanup(), and then later
CONF_modules_free(). However the latter function can end up calling
engine code, which can lead to a use of the global_engine_lock after it
has already been freed. Therefore we should swap the calling order of
these two functions.

Reviewed-by: Rich Salz <rsalz at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/71627423e578...773fd0bad487

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/115317856

--

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/20160311/4a72667e/attachment-0001.html>


More information about the openssl-commits mailing list