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-16-g7d3a63f


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20200416-16-g7d3a63f
Date: Sun, 5 Jul 2020 12:34:27 -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  7d3a63f4e88b4a7f54bfe72904ee33239bf0e620 (commit)
      from  9b64495c6cd22cd65f118c18a36b2de7cbde4344 (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 7d3a63f4e88b4a7f54bfe72904ee33239bf0e620
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Jul 5 18:32:02 2020 +0200

    pflocal: Fix referencing connection queue entries.
    
    As asserted in connq_destroy, for each entry in the queue we are supposed to
    keep a reference to the socket that contains the queue.  So we need to
    keep it when connecting and release it when accepting.
    
    * pflocal/socket.c (S_socket_connect): Do not deref the peer socket when
    sock_connect succeeded.
    (S_socket_accept): Deref the socket when the accept succeeded.

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

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


hooks/post-receive
-- 
Hurd



reply via email to

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