Closed
Bug 1195263
Opened 10 years ago
Closed 10 years ago
ARM Instruction::extractCond might leave the out-param uninitialized.
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: nbp, Assigned: nbp)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
7.42 KB,
patch
|
h4writer
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
This modification pass the test suite with a debug build.
Attachment #8648699 -
Flags: review?(hv1989)
Comment 2•10 years ago
|
||
Urgh, thank you.
All of those hardcoded constants in extractCond() should probably have names, possibly defined in a v8-style "constants" file.
Bug 1157934 is going to import the v8 constants file, maybe we could use those?
Updated•10 years ago
|
Attachment #8648699 -
Flags: review?(hv1989) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•