This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 1b7c1ca5392f3b950afa28cb07d6703d5497fd93 (commit)
from 7a229a28593f35e05ceb622f1051b7dd07a78679 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1b7c1ca5392f3b950afa28cb07d6703d5497fd93
Author: Joan Lledó <[email protected]>
Date: Sat May 4 10:19:59 2019 +0200
lwip: Fix bug: Clear MSG_NOSIGNAL flag when calling send().
Lwip 2.1.2 added a new assertion to ensure that no unsupported flags
are being sent to lwip_sendmsg(). MSG_NOSIGNAL is one of these flags
and name resolving stopped working.
* lwip/socket-ops.c: lwip_S_socket_send():
Clear MSG_NOSIGNAL to ensure is not sent to lwip_sendmsg().
Message-Id: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
lwip/socket-ops.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
hooks/post-receive
--
Hurd