[ros-bugs] [Bug 4430] New: Freeloader contains endless loops, unreachable code and wrong time values

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Apr 28 01:12:27 CEST 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4430

           Summary: Freeloader contains endless loops, unreachable code and
                    wrong time values
           Product: ReactOS
           Version: TRUNK
          Platform: QEmu
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Kernel
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: mkupfer at reactos.com
         QAContact: ros-bugs at reactos.org


- in tuimenu.c the condition in line 91 can't be true due to lines 109 + 110
therefore we have an endless loop
- in tuimenu.c the break in line 124 is unreachable, because the else means ...
== -1; in other words the first condition even matches == 0, therefore this
code is unreachable
- in machine.c ArcGetRelativeTime will return (at least) around midnight wrong
(uncomparable) values, because this formular says 23:59:45 > 0:00:10 which is
probably wrong every day


-- 
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