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