Open Bug 1632142 Opened 5 years ago Updated 5 years ago

Check OOM handling in nsCellMap::Grow

Categories

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

task

Tracking

()

People

(Reporter: sg, Unassigned)

References

Details

Bug 1628715 identified that the result of an infallible nsTArray operation was checked in nsCellMap::Grow. This should be checked and either the return type be changed to void, or a fallible operation should be used.

Layout code should use infallible allocation as a general rule.

Component: DOM: Core & HTML → Layout: Tables
OS: Unspecified → All
Priority: -- → P4
Hardware: Unspecified → All
You need to log in before you can comment on or make changes to this bug.