Still Failing: openssl/openssl#28109 (OpenSSL_1_1_1-stable - 79f5e2f)

Travis CI builds at travis-ci.org
Tue Sep 10 09:39:01 UTC 2019


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

Build: #28109
Status: Still Failing

Duration: 19 mins and 58 secs
Commit: 79f5e2f (OpenSSL_1_1_1-stable)
Author: Bernd Edlinger
Message: Fix a potential crash in rand_unix.c

Due to the dynamic allocation that was added to rand_pool_add_begin
this function could now return a null pointer where it was previously
guaranteed to succeed. But the return value of this function does
not need to be checked by design.

Move rand_pool_grow from rand_pool_add_begin to rand_pool_bytes_needed.
Make an allocation error persistent to avoid falling back to less secure
or blocking entropy sources.

Fixes: a6a66e4511ee ("Make rand_pool buffers more dynamic in their sizing.")

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9687)

(cherry picked from commit fa3eb248e29ca8031e6a14e8a2c6f3cd58b5450e)

View the changeset: https://github.com/openssl/openssl/compare/63180182ecfe...79f5e2f4b9d9

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/583072346?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/20190910/4329bcab/attachment.html>


More information about the openssl-commits mailing list