Closed
Bug 617484
Opened 15 years ago
Closed 14 years ago
AvmCore::gotNamespace ignores NS type
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stejohns, Assigned: stejohns)
Details
Attachments
(1 file)
|
4.39 KB,
patch
|
jodyer
:
review+
|
Details | Diff | Splinter Review |
It comparse the URI and api Version, but ignores the NS type (embedded in the lower 3 bits of m_uri)
| Assignee | ||
Comment 1•15 years ago
|
||
(Note that I don't know of a failure mode for existing uses, this was found as a result of other work exposing the injection)
| Assignee | ||
Comment 2•15 years ago
|
||
Assignee: nobody → stejohns
Attachment #496021 -
Flags: review?(jodyer)
Before I review this, tell me whether or not it is the case that the namespace type is not always the same for namespaces with the same URI and API bits. If it is the same then, of course, it doesn't need to be checked.
| Assignee | ||
Comment 4•15 years ago
|
||
The answer is: I don't know. (It can be in my working branch, but I'm not certain if other factors have changed.)
Attachment #496021 -
Flags: review?(jodyer) → review+
Comment 5•15 years ago
|
||
changeset: 5647:2c82a39a9496
user: Steven Johnson <stejohns@adobe.com>
summary: Bug 617484 - AvmCore::gotNamespace ignores NS type (r=jodyer)
http://hg.mozilla.org/tamarin-redux/rev/2c82a39a9496
You need to log in
before you can comment on or make changes to this bug.
Description
•