Closed
Bug 1159972
Opened 10 years ago
Closed 10 years ago
Remove the fallible version of PL_DHashTableInit()
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
20.61 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
Redoing, more cautiously, some stuff from bug 1050035 that had to be backed out for intermittent failures.
![]() |
Assignee | |
Comment 1•10 years ago
|
||
It's no longer needed now that entry storage isn't allocated there. (The other
possible causes of failures in that function are less interesting and simply
crashing is a reasonable thing to do for them.)
This also makes PL_DNewHashTable() infallible, so I removed some
now-unnecessary checks of its result.
Attachment #8599624 -
Flags: review?(nfroyd)
![]() |
||
Comment 2•10 years ago
|
||
Comment on attachment 8599624 [details] [diff] [review]
Remove the fallible version of PL_DHashTableInit()
Review of attachment 8599624 [details] [diff] [review]:
-----------------------------------------------------------------
Please post to dev-platform about this.
Attachment #8599624 -
Flags: review?(nfroyd) → review+
![]() |
Assignee | |
Comment 3•10 years ago
|
||
![]() |
Assignee | |
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•