Closed
Bug 11669
Opened 25 years ago
Closed 25 years ago
[infinite loop] bugs - if.cpp
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: jay, Assigned: pnunn)
References
Details
Analysis of the code has determined possible infinite loop
or problem in the code below. See bug
http://bugzilla.mozilla.org/show_bug.cgi?id=11588
for more information
if.cpp:997: warning: unsigned value < 0 is always 0
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
line in question (if.cpp, line 997.) is no longer part
of the current build. It is part of a (NOT "#ifdef NECKO").
And the conditional would not loop anyway.
-pn
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•25 years ago
|
||
verified invalid
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•