[ros-bugs] [Bug 3616] New: CmpQueryKeyName endless loop
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Fri Aug 1 18:03:46 CEST 2008
http://www.reactos.org/bugzilla/show_bug.cgi?id=3616
Summary: CmpQueryKeyName endless loop
Product: ReactOS
Version: TRUNK
Platform: VirtualBox
OS/Version: ReactOS
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: Kernel
AssignedTo: ros-bugs at reactos.org
ReportedBy: martinmnet at hotmail.com
QAContact: ros-bugs at reactos.org
Created an attachment (id=2919)
--> (http://www.reactos.org/bugzilla/attachment.cgi?id=2919)
dont enter while just return STATUS_NOT_IMPLEMENTED
Believe Function CmpQueryKeyName in ntoskrnl/config/cmsysini.c
puts thread in endless loop with the following code
while (TRUE);
Not sure if this was done for a reason. Does it still need to be there?
Any reason it doesnt just return STATUS_NOT_IMPLEMENTED?
--
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.
You are the assignee for the bug.
More information about the Ros-bugs
mailing list