mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
Copy the correct value if the value is stored directly in the data pointer (in CmiExportValue).
svn path=/trunk/; revision=20545
This commit is contained in:
@@ -1079,7 +1079,7 @@ CmiExportValue (PREGISTRY_HIVE Hive,
|
||||
ValueCell->DataSize = DataSize | REG_DATA_IN_OFFSET;
|
||||
ValueCell->DataType = DataType;
|
||||
memcpy (&ValueCell->DataOffset,
|
||||
Data,
|
||||
&Data,
|
||||
DataSize);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user