Still Failing: openssl/openssl#29911 (OpenSSL_1_1_1-stable - f6483fc)

Travis CI builds at travis-ci.org
Tue Nov 5 21:49:32 UTC 2019


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

Build: #29911
Status: Still Failing

Duration: 31 mins and 20 secs
Commit: f6483fc (OpenSSL_1_1_1-stable)
Author: Richard Levitte
Message: BIO_s_connect: add an error state and use it

If no connection could be made, addr_iter will eventually end up being
NULL, and if the user didn't check the returned error value, the
BIO_CONN_S_CONNECT code will be performed again and will crash.

So instead, we add a state BIO_CONN_S_CONNECT_ERROR that we enter into
when we run out of addresses to try.  That state will just simply say
"error" back, until the user does something better with the BIO, such
as free it or reset it.

Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10333)

View the changeset: https://github.com/openssl/openssl/compare/7bb50cbc4af7...f6483fc2db36

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/607864289?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/20191105/2a83433f/attachment.html>


More information about the openssl-commits mailing list