Closed
Bug 335729
Opened 19 years ago
Closed 19 years ago
nsRuleNode::Transition doesn't handle OOM for hash table addition
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file)
|
1.14 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
nsRuleNode::Transition doesn't null-check the result of PL_DHashTableOperate, which it should.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #220054 -
Flags: superreview?(bzbarsky)
Attachment #220054 -
Flags: review?(bzbarsky)
| Assignee | ||
Comment 2•19 years ago
|
||
(I found this while investigating bug 221499.)
Updated•19 years ago
|
Attachment #220054 -
Flags: superreview?(bzbarsky)
Attachment #220054 -
Flags: superreview+
Attachment #220054 -
Flags: review?(bzbarsky)
Attachment #220054 -
Flags: review+
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [patch]
Target Milestone: --- → mozilla1.9alpha
| Assignee | ||
Comment 3•19 years ago
|
||
Checked in to trunk.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•