[Bug 2970] wsock32.bind() - invalid parameters

Wine Bugs wine-bugs at winehq.org
Tue May 31 14:08:07 CDT 2005


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





------- Additional Comments From jm.detrez at cegetel.net  2005-31-05 14:08 -------
it's seems in socket.c, in the function ws_sockaddr_ws2u() when it is ip you 
just return the original pointer but in LINUX MANDRIVA 2005 it'seems that 
struct sockaddr_in is a little bit different...

for this funct to work for me i must creat a new sockaadr_in pointer and copy 
addr, family and port from the original to the new struct. Then i return the 
new struct and it work ...

is this a bug, is this just in mandriva? i'm currently testing on FreeBSD, but 
this append on some VB code ... (like CSOCKET www.vbip.com)




-- 
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