[openssl-commits] Still Failing: openssl/openssl#10007 (OpenSSL_1_1_0-stable - 9d7a058)

Travis CI builds at travis-ci.org
Thu Apr 6 08:58:04 UTC 2017


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

Build: #10007
Status: Still Failing

Duration: 13 minutes and 40 seconds
Commit: 9d7a058 (OpenSSL_1_1_0-stable)
Author: Richard Levitte
Message: In rand_cleanup_int(), don't go creating a default method

If no default method was yet given, RAND_get_rand_method() will set it
up.  Doing so just to clean it away seems pretty silly, so instead,
use the default_RAND_meth variable directly.

This also clears a possible race condition where this will try to init
things, such as ERR or ENGINE when in the middle of a OPENSSL_cleanup.

Fixes #3128

Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3136)
(cherry picked from commit 5006b37b31c5a520c3065048bd8aba8cc3ff128d)

View the changeset: https://github.com/openssl/openssl/compare/7efa321c57b7...9d7a0588b3e3

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

--

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/20170406/a4d87b8b/attachment-0001.html>


More information about the openssl-commits mailing list