Closed
Bug 11676
Opened 25 years ago
Closed 25 years ago
[infinite loop] bugs - nsSelectControlFrame.cpp
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jay, Assigned: pollmann)
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
nsSelectControlFrame.cpp:1069: warning: unsigned value >= 0 is always 1
nsSelectControlFrame.cpp:1297: warning: unsigned value >= 0 is always 1
nsSelectControlFrame.cpp:1312: warning: unsigned value >= 0 is always 1
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Just checked in a fix. This is a code level fix and is not verifiable by
running the program.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•