Closed
Bug 493866
Opened 16 years ago
Closed 16 years ago
NanoJIT relies on undefined C behavior; causes crash
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: mmelanso, Unassigned)
References
Details
Attachments
(1 file)
582 bytes,
patch
|
edwsmith
:
review+
|
Details | Diff | Splinter Review |
The NanoJIT contains a line that relies on undefined C behavior. gcc compiles the code in a way contrary to assumption. Attached patch fixes it.
Comment 1•16 years ago
|
||
Hey Mike, thanks for the patch -- you should ask someone to review it (all patches must be reviewed before landing). If you're unsure who the best reviewer is, assign it to me (stejohns@adobe.com) and I'll delegate it to the proper reviewer.
Updated•16 years ago
|
Attachment #378465 -
Flags: review?(edwsmith)
Comment 2•16 years ago
|
||
Comment on attachment 378465 [details] [diff] [review]
Fix a crash in the x86_64 nanaJIT
Edwin, looks like an obvious bug / obviously correct fix.
Updated•16 years ago
|
Attachment #378465 -
Flags: review?(edwsmith) → review+
Comment 3•16 years ago
|
||
i'll push once builds stabilize
Comment 4•16 years ago
|
||
Ed, time to push this.
Comment 5•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•15 years ago
|
||
Resolved fixed engineering / work item that has been pushed. Setting status to verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•