Re: [PATCH 0/4] MR384: winsock: Support fallback to ICMP over SOCK_DGRAM on Linux
9 Jul
2022
9 Jul
'22
8:06 a.m.
Jinoh Kang (@iamahuman) commented about dlls/ntdll/unix/socket.c:
wait_handle = wine_server_ptr_handle( reply->wait ); options = reply->options; nonblocking = reply->nonblocking; + fixup_type = reply->fixup_type; } SERVER_END_REQ;
+ if (fixup_type == SOCK_PROT_FIXUP_ICMP_OVER_DGRAM && async->count + && (!status || status == STATUS_ALERTED || status == STATUS_PENDING))
We can just write `!NT_ERROR(status)`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/384#note_3813
1254
Age (days ago)
1254
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jinoh Kang (@iamahuman)