Sweden-Number/dlls/ntdll/unix
Jinoh Kang 938783cac9 ntdll/unix: Zero-extend IP_TOS byte to INT.
The IP_TOS control data is 1 byte on Unix, but 4 bytes on Windows.
Properly zero-extend the value instead of copying 3 bytes of garbage.

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-01-19 10:40:07 +01:00
..
cdrom.c
debug.c
env.c
file.c
loader.c ntdll: Support debugger attach from a 64-bit process to a 32-bit process. 2022-01-03 17:46:39 +01:00
loadorder.c
process.c
registry.c ntdll: Use full registry key name in NtQueryLicenseValue. 2022-01-12 11:59:20 +01:00
security.c
serial.c
server.c ntdll: Support debugger attach from a 64-bit process to a 32-bit process. 2022-01-03 17:46:39 +01:00
signal_arm.c
signal_arm64.c
signal_i386.c
signal_x86_64.c
socket.c ntdll/unix: Zero-extend IP_TOS byte to INT. 2022-01-19 10:40:07 +01:00
sync.c
system.c
tape.c
thread.c
unix_private.h ntdll: Support debugger attach from a 64-bit process to a 32-bit process. 2022-01-03 17:46:39 +01:00
virtual.c