[ros-bugs] [Bug 2142] New: Infinite loop in IntDereferenceClass()
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Tue Apr 3 01:21:49 CEST 2007
http://www.reactos.org/bugzilla/show_bug.cgi?id=2142
Summary: Infinite loop in IntDereferenceClass()
Product: ReactOS
Version: TRUNK
Platform: x86 Hardware
OS/Version: ReactOS
Status: NEW
Severity: major
Priority: P3
Component: Win32
AssignedTo: ros-bugs at reactos.org
ReportedBy: hto at mail.cnt.ru
QAContact: ros-bugs at reactos.org
> while (*PrevLink != BaseClass)
> {
> ASSERT(BaseClass != NULL);
> PrevLink = &BaseClass->Next;
> }
--
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