[openssl-commits] Errored: openssl/openssl#1740 (master - 6faffd0)

Travis CI builds at travis-ci.org
Fri Feb 12 23:07:07 UTC 2016


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

Build: #1740
Status: Errored

Duration: 50 minutes and 30 seconds
Commit: 6faffd0 (master)
Author: Richard Levitte
Message: Better workaround for VMS getnameinfo() bug

The actual bug with current getnameinfo() on VMS is not that it puts
gibberish in the service buffer, but that it doesn't touch it at all.
The gibberish we dealt with before was simply stuff that happened to
be on the stack.

It's better to initialise the service buffer properly (with the empty
string) and check if it's still an empty string after the
getnameinfo() call, and fill it with the direct numerical translation
of the raw port if that's the case.

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

View the changeset: https://github.com/openssl/openssl/compare/c680f77fb181...6faffd0ad238

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

--

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/20160212/64732636/attachment-0001.html>


More information about the openssl-commits mailing list