[Bug 42377] WSASend() returns invalid number of bytes when both lpOverlapped and lpNumberOfBytesSent

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 4 13:19:09 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42377

--- Comment #1 from Evgeniy Polyakov <zbr at ioremap.net> ---
FYI I've just committed binary server into github page, it is statically linked
so you should run it in test environment without need to install and patch
golang

When you see something like
WSASend: fd: 148, buf: {Len:13 Buf:0x5b524000}, qty: 37, len: 13, o:
{Internal:0 InternalHigh:13 Offset:0 OffsetHigh:0 HEvent:0}, e: <nil>, r1: 0,
e1: 0

in the logs, it means that 13-bytes buffer has been sent to WSASend(), but it
returned 37 bytes in lpNumberOfBytesSent

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



More information about the wine-bugs mailing list