16 Sep
2022
16 Sep
'22
12:49 p.m.
Jinoh Kang (@iamahuman) commented about dlls/ntdll/unix/socket.c:
* and returns EWOULDBLOCK, but we have no way of doing that. */ if (status == STATUS_DEVICE_NOT_READY && async->sent_len) status = STATUS_SUCCESS; - }
- if (status != STATUS_PENDING) - { information = async->sent_len; if (!NT_ERROR(status) || (wait_handle && !alerted))
`alerted` is always true here. ```suggestion:-0+0 if (!NT_ERROR(status)) ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/871#note_8691