Closed Bug 59678 Opened 24 years ago Closed 23 years ago

Occurances of uninitialized variables being used before being set.

Categories

(Core Graveyard :: Viewer App, defect, P3)

defect

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
----
Blocks: 59652
Over to kevin for triage.
Assignee: rickg → kmcclusk
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
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
QA Contact: petersoninvalid → petersen
Setting milestone to mozilla1.0
Target Milestone: --- → mozilla1.0
Clearing milestone.
Target Milestone: mozilla1.0 → ---
Setting milestone to mozilla0.9.1
Target Milestone: --- → mozilla0.9.1
Fix checked in
Target Milestone: mozilla0.9.1 → mozilla0.9
Resolving as fixed
Resolving as fixed again?
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Marking verified per last comments
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.