[Bug 36991] WSAStringToAddress("2001::1", AF_INET,=?UTF-8?Q?=20=E2=80=A6?=) appears to succeed.

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 4 22:48:17 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36991

Bruno Jesus <00cpxxx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Bruno Jesus <00cpxxx at gmail.com> ---
Confirming. The problem is that wine looks for the : and thinks that it's the
port number separator. So it will close the string as "2001" and inet_aton will
succeed returning the address 0.0.7.209 as expected from the documentation.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list