ntdll: fix RtlCheckRegistryKey when called with parameter path being null or empty
9 Mar
2018
9 Mar
'18
6:38 a.m.
Found some corner cases when testing RtlCreateRegistryKey. As RtlCheckRegistryKey is working in the same area i decided to test this function too and fix it first. Signed-off-by: Stefan Leichter <sle85276(a)gmx.de> --- dlls/ntdll/reg.c | 5 +++++ dlls/ntdll/tests/reg.c | 13 +++++++++++++ 2 files changed, 18 insertions(+)
2843
Age (days ago)
2843
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Leichter