Closed
Bug 132145
Opened 23 years ago
Closed 21 years ago
Occurences of uninitialized variables being used before being set (in content/html/style and layout/html/style)
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: mozilla-bugs, Unassigned)
Details
This bug is just for the "xxx might be used uninitialized" warnings in various
source files in content/html/style and layout/html/style directories (hopefully
this is the right component for them).
Currently (http://tinderbox.mozilla.org/SeaMonkey/warn1016552220.1515.html -
Tue, 19 Mar 2002 10:37 EST) TBox shows the following warnings:
content/html/style/src/nsCSSParser.cpp:2865
`enum nsCSSUnit units' might be used uninitialized in this function
content/html/style/src/nsRuleNode.cpp:1843
`enum nsSystemFontID sysID' might be used uninitialized in this function
content/html/style/src/nsRuleNode.cpp:4260
`enum nsStyleContentType type' might be used uninitialized in this function
layout/html/style/src/nsCSSRendering.cpp:1754
`int shrinkage' might be used uninitialized in this function
`int startRadius' might be used uninitialized in this function
`int endRadius' might be used uninitialized in this function
layout/html/style/src/nsCSSRendering.cpp:257
`int outsideEdge' might be used uninitialized in this function
`int insideEdge' might be used uninitialized in this function
`int outsideTL' might be used uninitialized in this function
`int insideTL' might be used uninitialized in this function
`int outsideBR' might be used uninitialized in this function
layout/html/style/src/nsCSSRendering.cpp:258
`int insideBR' might be used uninitialized in this function
Reporter | ||
Comment 1•23 years ago
|
||
Bug 59652 is the meta-bug tracking the fight against these (potentially very
nasty) warnings; bug 59675 is for warning in layout and bug 126457 is for
warnings in content.
P.S. There is also
content/shared/src/nsStyleUtil.cpp:415
`PRInt32 * column' might be used uninitialized in this function
Updated•22 years ago
|
Summary: Occurances of uninitialized variables being used before being set (in content/html/style and layout/html/style) → Occurences of uninitialized variables being used before being set (in content/html/style and layout/html/style)
Comment 3•21 years ago
|
||
(In reply to comment #1)
> Bug 59652 is the meta-bug tracking the fight against these (potentially very
Resolving as Duplicate !
> content/shared/src/nsStyleUtil.cpp:415
> `PRInt32 * column' might be used uninitialized in this function
This one was actually listed in bug 126457 comment 0 :->
Anyway, this warning has disappeared by now :-)
*** This bug has been marked as a duplicate of 59652 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•