Sweden-Number/dlls/ws2_32
Jinoh Kang 160eb74fdf ntdll: Don't call try_recv before server call in sock_recv.
Otherwise, try_recv() call from sock_recv() may race against try_recv()
call from async_recv_proc(), shuffling the packet order.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52401
Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-10 20:18:39 +01:00
..
tests ntdll: Don't call try_recv before server call in sock_recv. 2022-02-10 20:18:39 +01:00
Makefile.in ws2_32: Build without -DWINE_NO_LONG_TYPES. 2022-02-07 10:58:20 +01:00
async.c ws2_32: Build without -DWINE_NO_LONG_TYPES. 2022-02-07 10:58:20 +01:00
hosts
networks
protocol
protocol.c ws2_32: Build without -DWINE_NO_LONG_TYPES. 2022-02-07 10:58:20 +01:00
services
socket.c ws2_32: Trace status on operation failure. 2022-02-09 20:08:37 +01:00
unixlib.c ws2_32: Fix memory leaks on error paths in unix_gethostby* (scan-build). 2022-02-02 18:43:10 +01:00
version.rc
ws2_32.spec
ws2_32_private.h