Closed
Bug 280771
Opened 20 years ago
Closed 20 years ago
null result of GetDOMSlots is not well handled [@nsGenericElement::GetChildNodes]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dewildt, Assigned: dewildt)
Details
Attachments
(1 file)
|
1.43 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
In oom situations GetDomSlots could return nsnull. This situation is not handled in nsGenericElement::GetAttributes and nsGenericElement::GetChildNodes
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•20 years ago
|
||
Return NS_ERROR_OUT_OF_MEMORY when GetDomSlots returns null
| Assignee | ||
Updated•20 years ago
|
Attachment #173165 -
Flags: superreview?(jst)
Attachment #173165 -
Flags: review?(jst)
Comment 2•20 years ago
|
||
Comment on attachment 173165 [details] [diff] [review] Patch catches GetDomSlots null result r+sr=jst
Attachment #173165 -
Flags: superreview?(jst)
Attachment #173165 -
Flags: superreview+
Attachment #173165 -
Flags: review?(jst)
Attachment #173165 -
Flags: review+
| Assignee | ||
Comment 3•20 years ago
|
||
Checked in yesterday by bzbarsky. => fixed
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•