Closed
Bug 567107
Opened 15 years ago
Closed 14 years ago
ABC file spec needs to specify the max number of interfaces that can be implemented
Categories
(Tamarin Graveyard :: Documentation, defect, P4)
Tamarin Graveyard
Documentation
Tracking
(Not tracked)
RESOLVED
FIXED
Q1 12 - Brannan
People
(Reporter: brbaker, Assigned: akruetzf)
References
Details
(Whiteboard: loose-end)
> (From update of attachment 387695 [details] [diff] [details])
> In addition to the test case we also need to tweak the ABC file format spec to
> say the limit on interface count is 2^29
Should it be 2^29 or 2^28? I think the check is for 2^28
http://hg.mozilla.org/tamarin-redux/annotate/tip/core/AbcParser.cpp#l1793
1793 if (interfaceCount >= 0x10000000)
1794 toplevel->throwVerifyError(kCorruptABCError);
Flags: flashplayer-qrb?
Assignee: nobody → dansmith
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P4
Target Milestone: --- → flash10.2
Assignee | ||
Updated•14 years ago
|
Assignee: dansmith → akruetzf
Flags: flashplayer-bug-
Target Milestone: Q4 11 - Anza → Q1 12 - Brannan
Assignee | ||
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•