|
From: Joseph G. <gal...@va...> - 2002-06-12 04:14:41
|
io/device.c io/driver.c ldr/loader.c * Call RtlCreateUnicodeString() instead of RtlInitUnicodeString() when initializing the DeviceNode->ServiceName, since IopFreeDeviceNode() will use RtlFreeUnicodeString() on it. * Call ObDerefernceObject() instead of ExFreePool() to release the DeviceObject if DriverEntry fails. (Thanks, Eric.) Thanks, - Joseph |