Open Bug 1361599 Opened 7 years ago Updated 2 years ago

Coverity report: nsTableRowGroupFrame::​nsTableRowGroupFrame(nsStyleContext *): A scalar field is not initialized by the constructor

Categories

(Core :: Layout: Tables, defect, P4)

53 Branch
defect

Tracking

()

People

(Reporter: MatsPalmgren_bugz, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: coverity, good-first-bug, regression, Whiteboard: [CID 750354])

Coverity CID 750354 Uninitialized scalar field

The field will contain an arbitrary value left over from earlier computations.

In nsTableRowGroupFrame::​nsTableRowGroupFrame(nsStyleContext *): A scalar field is not initialized by the constructor



56nsTableRowGroupFrame::nsTableRowGroupFrame(nsStyleContext* aContext)
 57  : nsContainerFrame(aContext, FrameType::TableRowGroup)
 58{
 59  SetRepeatable(false);
   2. uninit_member: Non-static class member mIEndContBorderWidth is not initialized in this constructor nor in any functions that it calls.
   4. uninit_member: Non-static class member mBEndContBorderWidth is not initialized in this constructor nor in any functions that it calls.
   CID 750354 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)6. uninit_member: Non-static class member mIStartContBorderWidth is not initialized in this constructor nor in any functions that it calls.
 60}
Whiteboard: [CID 750354]
Severity: minor → S4
You need to log in before you can comment on or make changes to this bug.