[Bug 19491] New: WSASend() fails when lpNumberOfBytesSent is NULL
http://bugs.winehq.org/show_bug.cgi?id=19491 Summary: WSASend() fails when lpNumberOfBytesSent is NULL Product: Wine Version: 1.1.26 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: winsock AssignedTo: wine-bugs(a)winehq.org ReportedBy: arzwine(a)yahoo.com WSASend() returns an error when lpNumberOfBytesSent (which is an output parameter) is NULL. There is a condition in WSASendTo() in ws2_32/socket.c which returns an EFAULT when lpNumberOfBytesSent is a NULL pointer. While this makes sense, setting this argument to NULL is explicitly allowed by the MSDN documentation, if the lpOverlapped parameter is present. Not immediately clear how to fix this, since it involves checking how overlapped i/o and i/o completion play out. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-07-28 11:12:07 --- Add a testcase dlls/ws2_32/tests/sock.c. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2010-09-07 16:48:51 CDT --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.2 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #3 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-02-05 00:19:58 CST --- +patch A patch was sent, but was not committed. http://www.winehq.org/pipermail/wine-patches/2010-November/096046.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 Ilya Konovalov <aragaer(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aragaer(a)gmail.com --- Comment #4 from Ilya Konovalov <aragaer(a)gmail.com> 2011-06-03 15:24:02 CDT --- It seems that current test build of Eve Online is affected by this bug. http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1521316 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 --- Comment #5 from Ilya Konovalov <aragaer(a)gmail.com> 2011-06-03 17:12:35 CDT --- Created an attachment (id=35010) --> (http://bugs.winehq.org/attachment.cgi?id=35010) Updated patch The patch applies to commit e398b93900c45cc5d1457ee4d33866c4e0116bfe It does fix the described problem with Eve Online test server access. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 Tim Cumming <timcumming123(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #6 from Tim Cumming <timcumming123(a)googlemail.com> 2011-06-04 07:39:32 CDT --- *** This bug has been confirmed by popular vote. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 N. Andrew Walsh <n.andrew.walsh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n.andrew.walsh(a)gmail.com --- Comment #7 from N. Andrew Walsh <n.andrew.walsh(a)gmail.com> 2011-06-10 13:06:18 CDT --- we have a bit under two weeks before the new EVE version goes to the main branch. It would be awesome if this gets fixed before then. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 Tim Cumming <timcumming123(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |timcumming123(a)googlemail.co | |m --- Comment #8 from Tim Cumming <timcumming123(a)googlemail.com> 2011-06-10 15:33:55 CDT --- Ilya Konovalov's patch applies cleanly to latest release (1.3.22) and allows EVE Online 7.1.x to connect to Singularity server. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Hans Leidekker <hans(a)meelstraat.net> 2011-06-14 12:41:56 CDT --- Fixed by 3581d2c6d176fe922ee4c8b05768f18c59c93008. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19491 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2011-06-24 17:44:47 CDT --- Closing bugs fixed in 1.3.23. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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