Closed
Bug 966570
Opened 11 years ago
Closed 11 years ago
ARM Simulator: in the debugger, avoid using the cmd pointer when it has not been set.
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: dougc, Assigned: dougc)
References
Details
Attachments
(1 file)
1.66 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
The simulators debugger is using the 'cmd' string even when the sscanf fails to set it, leading to the use of random pointer.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8368994 -
Flags: review?(jdemooij)
Updated•11 years ago
|
Attachment #8368994 -
Flags: review?(jdemooij) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•