Closed
Bug 59678
Opened 24 years ago
Closed 24 years ago
Occurances of uninitialized variables being used before being set.
Categories
(Core Graveyard :: Viewer App, defect, P3)
Core Graveyard
Viewer App
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9
People
(Reporter: rich.burridge, Assigned: kmcclusk)
References
Details
For more details on this problem, see:
http://bugzilla.mozilla.org/show_bug.cgi?id=59652
This bug is just for the warnings in various source files in the Viewer
module:
/view/src/nsViewManager2.cpp
nsViewManager2.cpp:975: warning: `nsresult rv' might be used uninitialized in
this function
----
Assignee | ||
Comment 2•24 years ago
|
||
I examined the code and the un-initialized rv variable is never used or returned
while un-initialized, but we should initialize it to reove the warning.
Status: NEW → ASSIGNED
QA Contact: rickg → peterson
Comment 3•24 years ago
|
||
as far as i can tell, there has never been a peterson@netscape.com
I think people meant to have petersen@netscape.com be the qa contact
Updated•24 years ago
|
QA Contact: petersoninvalid → petersen
Assignee | ||
Comment 6•24 years ago
|
||
Setting milestone to mozilla0.9.1
Target Milestone: --- → mozilla0.9.1
Assignee | ||
Comment 8•24 years ago
|
||
Resolving as fixed
Assignee | ||
Comment 9•24 years ago
|
||
Resolving as fixed again?
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•