[openssl-commits] Still Failing: openssl/openssl#4313 (OpenSSL_1_0_2-stable - 96f1de5)

Travis CI builds at travis-ci.org
Fri Jun 3 19:55:04 UTC 2016


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

Build: #4313
Status: Still Failing

Duration: 16 minutes and 13 seconds
Commit: 96f1de5 (OpenSSL_1_0_2-stable)
Author: Matt Caswell
Message: BIO_printf() can fail to print the last character

If the string to print is exactly 2048 character long (excluding the NULL
terminator) then BIO_printf will chop off the last byte. This is because
it has filled its static buffer but hasn't yet allocated a dynamic buffer.
In cases where we don't have a dynamic buffer we need to truncate but that
is not the case for BIO_printf(). We need to check whether we are able to
have a dynamic buffer buffer deciding to truncate.

Reviewed-by: Rich Salz <rsalz at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/782a2be2ed5f...96f1de5bf40a

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/135116887

--

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/20160603/f8a5d2b5/attachment-0001.html>


More information about the openssl-commits mailing list