Closed
Bug 363806
Opened 19 years ago
Closed 18 years ago
frameReflowStatus can be used uninitialized in nsBlockFrame::ReflowInlineFrame
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 378383
People
(Reporter: ajschult784, Unassigned)
References
()
Details
valgrind reported that a value was used uninitialized on line 3450 of nsBlockFrame.cpp. Looking at nsBlockFrame::ReflowInlineFrame, the frameReflowStatus out param is used regardless of the return value from aLineLayout.ReflowFrame.
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•