Closed
Bug 277575
Opened 21 years ago
Closed 21 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•21 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: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Flags: testcase+
Updated•19 years ago
|
Flags: in-testsuite+ → in-testsuite?
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@nsRuleNode::ComputeBorderData]
You need to log in
before you can comment on or make changes to this bug.
Description
•