Closed
Bug 689896
Opened 14 years ago
Closed 7 years ago
abcasm: Too-large argument to pushbyte should result in error
Categories
(Tamarin Graveyard :: Tools, defect)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: lhansen, Unassigned)
Details
I made a mistake in a program:
pushbyte 2048
I think an error would be in order in that case.
| Reporter | ||
Comment 1•14 years ago
|
||
Also pushshort on too-big values, etc etc, but I have the sense from other bugs that there actually is range checking on pushint (it mistakenly disallows int.MIN_VALUE).
Updated•14 years ago
|
Flags: flashplayer-qrb?
Flags: flashplayer-qrb? → flashplayer-qrb+
Target Milestone: --- → Future
Comment 2•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•