Closed
Bug 1746713
Opened 4 years ago
Closed 3 years ago
Use ReportAllocationOverflow for length overflow in js/src/vm/BigIntType.cpp
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
105 Branch
| Tracking | Status | |
|---|---|---|
| firefox105 | --- | fixed |
People
(Reporter: arai, Assigned: mohamedatef1698)
References
Details
Attachments
(1 file)
js/src/vm/BigIntType.cpp uses ReportOutOfMemory for the case the length of digits overflows, but usually we use ReportAllocationOverflow for such case
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mohamedatef1698
Status: NEW → ASSIGNED
Pushed by ctuns@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/30d55bfc9346
Use ReportAllocationOverflow for length overflow in js/src/vm/BigIntType.cpp. r=arai
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•