[ros-bugs] [Bug 2151] New: Driver loading bug
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sun Apr 8 15:44:52 CEST 2007
http://www.reactos.org/bugzilla/show_bug.cgi?id=2151
Summary: Driver loading bug
Product: ReactOS
Version: TRUNK
Platform: x86 Hardware
OS/Version: ReactOS
Status: NEW
Severity: trivial
Priority: P3
Component: Kernel
AssignedTo: ros-bugs at reactos.org
ReportedBy: hto at mail.cnt.ru
QAContact: ros-bugs at reactos.org
NtLoadDriver(...)
{
...
Status = MmLoadSystemImage(...)
...
if (!NT_SUCCESS(Status))
{
...
MmUnloadSystemImage(...)
}
...
}
MmLoadSystemImage(...)
{
...
LdrEntry->SectionPointer = LdrEntry;
...
}
MmUnloadSystemImage(...)
{
...
if (LdrEntry->SectionPointer)
{
ObDereferenceObject(LdrEntry->SectionPointer);
}
...
}
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
More information about the Ros-bugs
mailing list