Closed
Bug 1551501
Opened 6 years ago
Closed 6 years ago
[BinAST] Fix BinASTTokenReaderContext::readVarU32 to match encoder
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla69
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
context format's varnum (varint) uses the highest bit for flag, while multipart's one uses the lowest bit.
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D31053
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/62f8232e9579
Fix BinASTTokenReaderContext::readVarU32 to match encoder. r=Yoric
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•