[openssl-commits] Errored: openssl/openssl#21863 (master - b92678f)

Travis CI builds at travis-ci.org
Wed Nov 21 20:24:36 UTC 2018


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

Build: #21863
Status: Errored

Duration: 17 mins and 58 secs
Commit: b92678f (master)
Author: Matthew Hodgson
Message: openssl s_server: don't use sendto() with connected UDP socket

Fixes #7675

On macOS, if you call `connect()` on a UDP socket you cannot then
call `sendto()` with a destination, otherwise it fails with Err#56
('socket is already connected').

By calling `BIO_ctrl_set_connected()` on the wbio we can tell it
that the socket has been connected and make it call `send()` rather
than `sendto()`.

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7676)

View the changeset: https://github.com/openssl/openssl/compare/2cc3f68cde77...b92678f4e94e

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/458116391?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/20181121/28c9f712/attachment.html>


More information about the openssl-commits mailing list