Aric Stewart aric@codeweavers.com writes:
Looks like WS2_ConnectEx is at fault.
It is being called with a sendBuf of NULL which results in n_iovecs and first_iovec being set to 0 resulting in a len of 0.
Most likely it shouldn't be trying to send anything in that case.