Closed
Bug 1668237
Opened 5 years ago
Closed 5 years ago
EvalStencilXDR should handle decoding failure properly
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
EvalStencilXDR
ignores succeededOut
parameter of CompilationInfoVector::deserializeStencils
.
the parameter shouldn't be able to be omitted.
Assignee | ||
Comment 1•5 years ago
|
||
The failure case happens only if encoder or decoder is buggy,
and basically happens only while developing.
Thus this doesn't have a testcase that can hit the case.
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/affc3c4dee04
Make CompilationInfoVector::deserializeStencils succeededOut parameter required. r=djvj
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•