Closed
Bug 190645
Opened 22 years ago
Closed 22 years ago
valgrind warnings in nsCSSRendering::FillPolygon
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 189723
mozilla1.4alpha
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: valgrind)
Attachments
(1 file)
|
934 bytes,
patch
|
Details | Diff | Splinter Review |
Valgrind spits out a lot of:
==16525== Conditional jump or move depends on uninitialised value(s)
==16525== at 0x469487DC: nsCSSRendering::FillPolygon(nsIRenderingContext&,
nsPoint const*, int, nsRect*)
(/builds2/clean3/mozilla/layout/html/style/src/nsCSSRendering.cpp:244)
which can be fixed, I think, by checking that GetPenMode succeeded.
| Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [patch]
Target Milestone: --- → mozilla1.4alpha
| Assignee | ||
Comment 1•22 years ago
|
||
untested
Comment 2•22 years ago
|
||
identical patch in dupe "[valgrind] Use of uninitialized value in
nsCSSRendering::FillPolygon"
*** This bug has been marked as a duplicate of 189723 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•