[openssl-commits] Still Failing: openssl/openssl#16953 (master - b0143b9)

Travis CI builds at travis-ci.org
Fri Mar 9 17:40:47 UTC 2018


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

Build: #16953
Status: Still Failing

Duration: 39 minutes and 25 seconds
Commit: b0143b9 (master)
Author: Benjamin Kaduk
Message: Fix type error in PEM processing

The get_name() helper was using a variable of type size_t to hold the
result of BIO_gets(), but BIO_gets() returns int and makes use of negative
values to indicate error conditions.

Change the type of the local variable to match, and propagate that
through to other places in the file to avoid -Wsign-compare issues.

Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5211)

View the changeset: https://github.com/openssl/openssl/compare/37933acbeafe...b0143b975299

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

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications







This email was sent to openssl-commits at openssl.org (mailto:openssl-commits at openssl.org)
unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=680df12202994953afac79c2fb734a16.S4RW6Clmvqc3YBhWrklxhpwfgC8%3D&r=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Dopenssl-commits%2540openssl.org)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20180309/56b4321e/attachment-0001.html>


More information about the openssl-commits mailing list