[Bug 8514] getsockname not bug compatible with windows?

Wine Bugs wine-bugs at winehq.org
Sun May 27 13:13:02 CDT 2007


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





------- Additional Comments From citizenr at gmail.com  2007-27-05 13:13 -------
Created an attachment (id=6491)
 --> (http://bugs.winehq.org/attachment.cgi?id=6491&action=view)
new testcase

windows
sock.c:1658:getsockname returned : 33403, should be 33403
sock.c:1672:Binding second socket failed as expected, thats good: 10048
sock.c:1676:Failed to call getsockname: 10022
sock.c:1677:getsockname returned : 33403, should be 33403

wine
sock.c:1658:getsockname returned : 33403, should be 33403
sock.c:1672:Binding second socket failed as expected, thats good: 10048
sock.c:1684:getsockname returned : 0, should be 33403

wine passes the getsockname call to unbinded socket zeroing sockaddr structure
- this is the other way arround than I was thinking previously (I suspected
windows to pass, wine to fail).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list