|
From: Eric K. <ek...@rz...> - 2002-06-11 22:30:41
|
"Joseph Galbraith" <gal...@va...> wrote: > I get "No unclaimed devices!" from cdrom.c > and then the system bugchecks in device.c > calling ExFreePool(DriverObject) claiming > that the DriverObject is a non-allocated > address (magic c01aeee5) Could you replace this 'ExFreePool(DriverObject)' by 'ObDereferenceObject(DriverObject)'. This should fix the bug. Eric |