[openssl-commits] Errored: openssl/openssl#4196 (master - 230c691)
Travis CI
builds at travis-ci.org
Fri May 27 16:24:11 UTC 2016
Build Update for openssl/openssl
-------------------------------------
Build: #4196
Status: Errored
Duration: 14 minutes and 28 seconds
Commit: 230c691 (master)
Author: Richard Levitte
Message: Fix fmtstr for BIO_printf() et al
- If we have a maximum amount of characters permitted to be printed
(for example "%.2s", which allows for a maximum of 2 chars), we
minimize the number of characters from the string to printed to
that size.
- If there is space for padding and there is a maximum amount of
characters to print (for example "%3.2s", which shall give at
least a 1 space padding), the amount of characters to pad with
gets added to the maximum so the minimum field size (3 in this
example) gets filled out.
Reviewed-by: Matt Caswell <matt at openssl.org>
View the changeset: https://github.com/openssl/openssl/compare/ac1a998d04a6...230c691a5218
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/133416355
--
You can configure 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/20160527/35219aaf/attachment-0001.html>
More information about the openssl-commits
mailing list