Closed
Bug 627164
Opened 15 years ago
Closed 7 years ago
It's possible to abuse GCMember
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P3)
Tamarin Graveyard
Garbage Collection (mmGC)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: treilly, Assigned: treilly)
References
Details
Just came across a decl like this:
MMgc::GCRoot::GCMember<ScriptObject> m_scriptObject;
In a class that isn't a GCRoot!
Sigh. Ideally we'd make this a compile error but an assert would probably suffice.
Comment 1•15 years ago
|
||
I would have expected GCMember to be 'protected', is that not possible and/or not good enough?
Updated•15 years ago
|
Flags: flashplayer-bug-
Updated•14 years ago
|
Priority: P2 → P3
Updated•14 years ago
|
Target Milestone: Q3 11 - Serrano → Q4 11 - Anza
Updated•14 years ago
|
Assignee: nobody → treilly
Flags: flashplayer-qrb+
Flags: flashplayer-injection-
Target Milestone: Q4 11 - Anza → Q1 12 - Brannan
Summary: Its possible to abuse GCMember → It's possible to abuse GCMember
Assignee | ||
Updated•14 years ago
|
Target Milestone: Q1 12 - Brannan → Future
Comment 2•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 3•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•