Sweden-Number/dlls/ntdll
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
..
tests ntdll/tests: Also test the IOSB status in test_volume_info(). 2021-08-27 20:25:05 +02:00
unix ntdll: Fix use-after-free. 2021-08-30 22:49:58 +02:00
Makefile.in
actctx.c
atom.c
critsection.c
crypt.c
debugbuffer.c
env.c
error.c
exception.c
handletable.c
heap.c
large_int.c
loader.c ntdll: Implement KiUserCallbackDispatcher(). 2021-08-17 11:55:39 +02:00
locale.c
make_errors
misc.c
ntdll.spec ntdll: Add NtTraceControl/ZwTraceControl stubs. 2021-08-25 10:49:13 +02:00
ntdll_misc.h ntdll: Implement KiUserCallbackDispatcher(). 2021-08-17 11:55:39 +02:00
path.c ntdll: Fix the spelling of a comment. 2021-08-27 20:25:05 +02:00
printf.c
printf.h
process.c
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
signal_arm.c ntdll: Implement KiUserCallbackDispatcher(). 2021-08-17 11:55:39 +02:00
signal_arm64.c ntdll: Implement KiUserCallbackDispatcher(). 2021-08-17 11:55:39 +02:00
signal_i386.c ntdll: Implement KiUserCallbackDispatcher(). 2021-08-17 11:55:39 +02:00
signal_x86_64.c ntdll: Implement KiUserCallbackDispatcher(). 2021-08-17 11:55:39 +02:00
string.c
sync.c
thread.c
threadpool.c
time.c
unixlib.h
version.c
version.rc
wcstring.c