mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fix writing of BootConfig to the registry (previously, it wrote contents of DEVICE_NODE structure and caused nonpaged pool overrea). Similar error a few lines below was fixed by hpoussin in r15691.
svn path=/trunk/; revision=40717
This commit is contained in:
@@ -747,7 +747,7 @@ IopSetDeviceInstanceData(HANDLE InstanceKey,
|
||||
&KeyName,
|
||||
0,
|
||||
REG_RESOURCE_LIST,
|
||||
&DeviceNode->BootResources,
|
||||
DeviceNode->BootResources,
|
||||
ListSize);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user