Bug 162374

Summary: 3 * is used uninitialized in this function
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: mozillaAssignee: Martin Stransky <stransky>
Status: CLOSED CANTFIX QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: gecko-bugs-nobody, mcepl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-08 16:17:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Binderman 2005-07-03 12:12:32 UTC
Description of problem:

I just tried to compile package mozilla-1.7.8-2 from Redhat
Fedora Core development tree with the gcc 4.0.0 compiler and
the compiler flag -Wall.

The compiler said

1.

k_cos.c:125: warning: 'qx' is used uninitialized in this function

The source code is

	u.d = qx;

I agree with the compiler. Suggest initialise local variable "qx"
before first use.

2.

nsObjectFrame.cpp:2000: warning: 'rv' is used uninitialized in this function

The source code is

    return rv;  // done with printing

I agree with the compiler. Suggest initialise local variable "rv"
before first use.

3.

e_rem_pio2.c:204: warning: 'z' is used uninitialized in this function

The source code is

        ux.d = x; uz.d = z;

I agree with the compiler. Suggest initialise local variable "z"
before first use.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Matěj Cepl 2008-02-08 16:17:21 UTC
Since this bugzilla report was filed, we have seriously upgraded Gecko-related
packages in Rawhide, which may have resolved this issue. Users who have
experienced this problem are encouraged to upgrade their system to the latest
version of their distribution available.

Closing this bug as CANTFIX. Please, reopen, if this bug is still reproducable
on the latest update of your distribution.

[This is mass-closing of bugs which seem to be too old and irrelevant anymore;
we are sorry, if we are closing your bug in mistake; please, don't hesitate to
reopen, if it is still alive issue.]