Sweden-Number/dlls/ntdll/unix
Akihiro Sagawa 8a3e0d686e ntdll: Fix use-after-free.
Fixes a regression introduced by 76f949577a.
nt_name or redir is used in open_unix_file() because attr.ObjectName
points to either of them.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51702
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-30 22:49:58 +02:00
..
cdrom.c ntdll: Add inline wrappers for pthread mutex locking. 2020-09-22 11:28:25 +02:00
debug.c ntdll: Add NtTraceControl/ZwTraceControl stubs. 2021-08-25 10:49:13 +02:00
env.c ntdll: Consistently fixup the machine type for IL-only binaries. 2021-08-24 17:40:40 +02:00
file.c ntdll: Set the I/O status block through the 32-bit pointer for Wow64 processes. 2021-08-05 23:11:20 +02:00
loader.c ntdll: Store the syscall table in the syscall frame on all platforms. 2021-08-26 10:47:38 +02:00
loadorder.c ntdll: Fix the check for the main exe in get_load_order(). 2021-05-06 18:12:37 +02:00
process.c ntdll: Fix use-after-free. 2021-08-30 22:49:58 +02:00
registry.c ntdll: Always clear the returned handle in Nt object functions. 2021-07-23 17:38:32 +02:00
security.c ntdll: Always clear the returned handle in Nt object functions. 2021-07-23 17:38:32 +02:00
serial.c ntdll: Set the I/O status block through the 32-bit pointer for Wow64 processes. 2021-08-05 23:11:20 +02:00
server.c ntdll: Set the I/O status block through the 32-bit pointer for Wow64 processes. 2021-08-05 23:11:20 +02:00
signal_arm.c ntdll: Move the syscall dispatcher implementation to the platform-specific files. 2021-08-26 11:25:38 +02:00
signal_arm64.c ntdll: Move the syscall dispatcher implementation to the platform-specific files. 2021-08-26 11:25:38 +02:00
signal_i386.c ntdll: Remove unnecessary casts on macOS registers. 2021-08-27 18:06:29 +02:00
signal_x86_64.c ntdll: Remove unnecessary casts on macOS registers. 2021-08-27 18:06:29 +02:00
socket.c ws2_32: Re-add support for getting IP_HDRINCL on raw sockets. 2021-08-18 20:08:01 +02:00
sync.c ntdll: Improve the Nt{Query,Set}TimerResolution() stubs. 2021-08-02 22:57:38 +02:00
system.c ntdll: Make wine_build a hidden symbol. 2021-08-13 11:36:36 +02:00
tape.c ntdll: Move the device I/O control functions to the Unix library. 2020-06-16 18:36:30 +02:00
thread.c ntdll: Always send a Wow context to the server for Wow64 processes. 2021-08-20 11:34:49 +02:00
unix_private.h ntdll: Store the syscall flags in the syscall frame on all platforms. 2021-08-26 10:47:38 +02:00
virtual.c ntdll: Make get_builtin_unix_funcs() static. 2021-08-13 11:38:25 +02:00