Closed
Bug 710209
Opened 14 years ago
Closed 14 years ago
cleanup: MethodInfo msref should be cached only after a successful resolve
Categories
(Tamarin Graveyard :: Verifier, defect)
Tamarin Graveyard
Verifier
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pnkfelix, Unassigned)
Details
MethodInfo::_buildMethodSignature currently installs the constructed signature in the cache, but MethodInfo::resolveSignature is an example of a spot where there is an intervening verification-check before the resolved bit is set.
I don't see any obvious security exploit exposed by the bug (we're just talking about whether to fill the cache), just an internal inconsistency.
Comment 1•14 years ago
|
||
changeset: 6787:60d4e1d46234
user: Felix S Klock II <fklockii@adobe.com>
summary: Bug 710209: cache msref only after successful resolve (r=wmaddox).
http://hg.mozilla.org/tamarin-redux/rev/60d4e1d46234
Reporter | ||
Updated•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
•