mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOS:CM]
* Fix uninitialized pointer read. CID 1223184. CORE-7975 svn path=/trunk/; revision=63654
This commit is contained in:
@@ -2173,7 +2173,8 @@ CmpDeepCopyKeyInternal(IN PHHIVE SourceHive,
|
||||
OUT PHCELL_INDEX DestKeyCell OPTIONAL)
|
||||
{
|
||||
NTSTATUS Status;
|
||||
PCM_KEY_NODE SrcNode, DestNode;
|
||||
PCM_KEY_NODE SrcNode;
|
||||
PCM_KEY_NODE DestNode = NULL;
|
||||
HCELL_INDEX NewKeyCell, SubKey, NewSubKey;
|
||||
ULONG Index, SubKeyCount;
|
||||
PAGED_CODE();
|
||||
|
||||
Reference in New Issue
Block a user