Closed
Bug 1888727
Opened 2 years ago
Closed 2 years ago
Truncated structured clone of BigInt throws uncatchable exception
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When a structured clone read sees a short input, it should throw an error. But if the short read is detected while reading BigInt data, it throws an uncatchable exception instead.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P1
Updated•2 years ago
|
Blocks: sm-runtime
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac61e6317ee8
Throw truncation error rather than uncatchable exception if structured clone buffer data is too short r=spidermonkey-reviewers,mgaudet
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•