https://bugzilla.samba.org/show_bug.cgi?id=5851


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|Name lookup failures and    |Name lookup failures
                   |CIDR regression             |




------- Comment #2 from [EMAIL PROTECTED]  2008-10-25 11:23 CST -------
I have applied your fix to lib/getaddrinfo.c -- much appreciated!

The change to access.c is not needed, though, as the code right after your
insertion is the code that handles CIDR notation.  A value such as "16" passed
to inet_pton() should return back a 0, since it does not have the required
format for either an IPv4 or IPv6 address.  If cygwin is returning a positive
value, you can use the version of inet_pton() provided by the lib/inet_pton.c
file (and report the error to the cygwin folks).

Thanks for your report!


-- 
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.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to