Closed
Bug 1631381
Opened 5 years ago
Closed 5 years ago
Check OOM handling in DocumentL10n::TriggerInitialDocumentTranslation
Categories
(Core :: Internationalization, task, P3)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: sg, Assigned: zbraniecki)
References
Details
Attachments
(1 file)
Bug 1628715 identified that the return value of a fallible call to nsTArray::AppendElement was discarded. It was changed to crash in this case for the time being. It should be checked if a different error handling should be done here.
Updated•5 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(gandalf)
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → gandalf
Status: NEW → ASSIGNED
Pushed by zbraniecki@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/20a72eb47bd1
Reject the initial translation if allocating an element fails. r=emilio
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
| Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(gandalf)
You need to log in
before you can comment on or make changes to this bug.
Description
•