- 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:
Aleksey Bragin 2009-04-28 11:39:54 +00:00
parent b34e7b4258
commit 50a2c6cb69

View file

@ -747,7 +747,7 @@ IopSetDeviceInstanceData(HANDLE InstanceKey,
&KeyName,
0,
REG_RESOURCE_LIST,
&DeviceNode->BootResources,
DeviceNode->BootResources,
ListSize);
}
}