Open
Bug 701427
Opened 13 years ago
Updated 3 months ago
Compartment checking assertions tolerate a NULL cx->compartment
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
NEW
People
(Reporter: bhackett1024, Unassigned)
References
(Blocks 1 open bug)
Details
CompartmentChecker does this weird thing where if cx->compartment is NULL then it only checks that the compartments of the various things are all consistent with each other. Most of the API functions thus tolerate being passed a cx with a NULL compartment. There are places in the browser that have such behavior, which looks broken to me.
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
Comment 1•3 months ago
|
||
These days we have this code, which does seem to do similar. Unsure of how important that behaviour is, but probably worth looking into. I am unsure when a null compartment would happen.
You need to log in
before you can comment on or make changes to this bug.
Description
•