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.git20200416-14-g414f6c3


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20200416-14-g414f6c3
Date: Sat, 4 Jul 2020 20:33:56 -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  414f6c35a62a7e72f40c39089a9952913a7eeb90 (commit)
      from  750b3b1619e55117d3070a0deeda80ae2b88afca (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 414f6c35a62a7e72f40c39089a9952913a7eeb90
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Jul 5 02:32:44 2020 +0200

    pflocal: return ENOTCONN on get/setpot(SO_SNDBUF) on unconnected socket
    
    EPIPE would raise SIGPIPE, which applications do not expect to happen on
    a mere get/setsockopt.
    
    * pflocal/socket.c (S_socket_getopt, S_socket_setopt): Return ENOTCONN
    instead of EPIPE.

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

Summary of changes:
 pflocal/socket.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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