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 <[email protected]>
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