commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9-177-g1b7c1ca


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9-177-g1b7c1ca
Date: Sat, 4 May 2019 04:58:47 -0400 (EDT)

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ó <address@hidden>
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: <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 lwip/socket-ops.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]