Errored: openssl/openssl#29861 (master - e774adb)

Travis CI builds at travis-ci.org
Sun Nov 3 18:44:26 UTC 2019


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

Build: #29861
Status: Errored

Duration: 28 mins and 17 secs
Commit: e774adb (master)
Author: Patrick Steuer
Message: Fix --strict-warnings build

The %zd format corresponds to ssize_t which is used for
function to either return a valid size or a negative value
to indicate an error. Since size_t is in [-1,SSIZE_MAX] it
is not a portable way to represent a pointer diff. For
the %td format which corresponds to ptrdiff_t is C11,
we chose to cast to long instead as it is already done
in other places.

Signed-off-by: Patrick Steuer <patrick.steuer at de.ibm.com>

Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10335)

View the changeset: https://github.com/openssl/openssl/compare/6f93f06135cb...e774adb593e7

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/606776219?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/20191103/d7022314/attachment-0001.html>


More information about the openssl-commits mailing list