Closed
Bug 1912782
Opened 7 months ago
Closed 3 months ago
Fix or workaround ICU4X debug assertions in calendar code
Categories
(Core :: JavaScript: Standard Library, defect, P3)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: dminor, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Anba pointed out in Bug 1912757 that there's open issues in the ICU4X calendar code that will raise debug assertions for valid Temporal inputs:
Reading the upstream discussion, it seems like ICU4C likely has the same problems, they just don't have assertions. These issues have been prioritized for ICU4X 2.0, but we might just want to disable or workaround them for now, to avoid creating fuzz blockers.
Updated•6 months ago
|
Severity: -- → S4
Priority: -- → P3
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → andrebargull
Status: NEW → ASSIGNED
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e4f04f31b332
Handle too large year values early. r=dminor
Comment 3•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•