Still Failing: openssl/openssl#27037 (master - e2e5abe)

Travis CI builds at travis-ci.org
Thu Aug 1 06:02:41 UTC 2019


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

Build: #27037
Status: Still Failing

Duration: 19 mins and 8 secs
Commit: e2e5abe (master)
Author: Pauli
Message: Prevent an infinite recursion when the query cache is flushed.

The problem being that the "requires flush" flag was being cleared after the
the flush.  The fix is to clear it before.  This is a problem because the
cache flushing called RAND_bytes and if the DRBG hadn't been created yet, it
would be queried and added to the cache causing the flush code to repeat.

Reviewed-by: Bernd Edlinger <bernd.edlinger at hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9477)

View the changeset: https://github.com/openssl/openssl/compare/59b2cb2638dd...e2e5abe47af6

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

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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/20190801/b5db7f8c/attachment-0001.html>


More information about the openssl-commits mailing list