Closed
Bug 277575
Opened 20 years ago
Closed 20 years ago
New instance is not null checked [@nsRuleNode::ComputeBorderData]
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 245295
People
(Reporter: dewildt, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
In "nsRuleNode::ComputeBorderData" is the creation of the nsStyleBorder instance "border" not verified. This will crash in out of memory sitations. TB data not available.
Comment 1•20 years ago
|
||
This file is full of unchecked "new (mPresContext) ..." Bug 245295 covers all of them... *** This bug has been marked as a duplicate of 245295 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Flags: testcase+
Updated•18 years ago
|
Flags: in-testsuite+ → in-testsuite?
| Assignee | ||
Updated•13 years ago
|
Crash Signature: [@nsRuleNode::ComputeBorderData]
You need to log in
before you can comment on or make changes to this bug.
Description
•