samba-bugs at samba.org
2010-Jun-15  17:38 UTC
DO NOT REPLY [Bug 7514] New: Fix socketpair_tcp()
https://bugzilla.samba.org/show_bug.cgi?id=7514
           Summary: Fix socketpair_tcp()
           Product: rsync
           Version: 3.0.7
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: polatel at gmail.com
         QAContact: rsync-qa at samba.org
The patch below fixes two issues about the socketpair_tcp() function:
- Bind to INADDR_LOOPBACK instead of INADDR_ANY
- Pass the correct sockaddr_in to accept()
Here's the patch:
http://dev.exherbo.org/~alip/tmp/rsync-3.0.7-bindlocal.patch
-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
samba-bugs at samba.org
2010-Jun-19  16:42 UTC
DO NOT REPLY [Bug 7514] Fix socketpair_tcp()
https://bugzilla.samba.org/show_bug.cgi?id=7514
wayned at samba.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
------- Comment #1 from wayned at samba.org  2010-06-19 11:42 CST -------
Thanks for the patch!  I've applied this to the master branch in the git
repo.
-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.