mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 19:56:38 +00:00
[NTOS/CM]
- Fix overzealous check svn path=/trunk/; revision=63707
This commit is contained in:
parent
642d03e08b
commit
970a537191
1 changed files with 2 additions and 2 deletions
|
@ -625,8 +625,8 @@ NtSetValueKey(IN HANDLE KeyHandle,
|
|||
|
||||
PreviousMode = ExGetPreviousMode();
|
||||
|
||||
if (Data && !DataSize)
|
||||
return STATUS_INVALID_PARAMETER;
|
||||
if (!DataSize)
|
||||
Data = NULL;
|
||||
|
||||
/* Probe and copy the data */
|
||||
if ((PreviousMode != KernelMode) && Data)
|
||||
|
|
Loading…
Reference in a new issue