[openssl-commits] Still Failing: FdaSilvaYY/openssl#1935 (fix-ca-buf-usage - 297ae05)

Travis CI builds at travis-ci.org
Wed Sep 14 02:53:42 UTC 2016


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

Build: #1935
Status: Still Failing

Duration: 41 minutes and 8 seconds
Commit: 297ae05 (fix-ca-buf-usage)
Author: FdaSilvaYY
Message: Replace a partially-used array of three strings by two local variables.

char buf[3][BSIZE] usage fixed like this:
buf[0] -> char tmp[10 + 1] = "\0";
buf[1] -> unused
buf[2] -> char new_cert[BSIZE] = { 0 };

View the changeset: https://github.com/FdaSilvaYY/openssl/compare/ecaef9cc8f01...297ae05ae362

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

--

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/20160914/95c96442/attachment.html>


More information about the openssl-commits mailing list