Open Bug 1528567 Opened 6 years ago Updated 2 years ago

Potential nullptr dereference in nsIFrame::PeekOffsetParagraph

Categories

(Core :: Layout, defect, P5)

defect

Tracking

()

People

(Reporter: ehsan.akhgari, Unassigned)

References

(Blocks 1 open bug)

Details

There's always a containing block, so there's no way we should be able to get there if those lines are executed. Can we exclude those somehow?

Sounds like this isn't a real issue, though it would be nice to silence the warnings.

Priority: -- → P5

A MOZ_ASSERT(frame) would make coverity happy there.

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.