http://bugs.winehq.org/show_bug.cgi?id=8514
blin@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|getsockname not bug |getsockname |compatible with windows? |
------- Additional Comments From blin@gmx.net 2007-28-05 04:20 ------- Ok, so the actual bug seems to be in Wine's getsockname() call indeed. The test code I have fails on windows, and fails on native POSIX.
So this is a bug in get_socket_fd() returning a socket descriptor that looks bound to the linux getsockname() call, even though it's not bound.
Unfortunately, I don't fully understand the wineserver code handling this request in the background, so I don't really understand how to fix it.