http://bugs.winehq.org/show_bug.cgi?id=36991
Bug ID: 36991 Summary: WSAStringToAddress("2001::1", AF_INET, …) appears to succeed. Product: Wine Version: 1.7.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: dwmw2@infradead.org
That is not a valid Legacy IP address. It shouldn't return success. And doesn't on Windows 7.
http://bugs.winehq.org/show_bug.cgi?id=36991
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Bruno Jesus 00cpxxx@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.
https://bugs.winehq.org/show_bug.cgi?id=36991
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9d9e1cc9aebd0dd86967cc6fbb3 | |0f836259c9ecd Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com --- Fixed by: http://source.winehq.org/git/wine.git/commitdiff/9d9e1cc9aebd0dd86967cc6fbb3...
https://bugs.winehq.org/show_bug.cgi?id=36991
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.34.