Open
Bug 803372
Opened 13 years ago
Updated 3 years ago
"ASSERTION: container didn't take ownership" mutating a deleted, matched CSS rule
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ASSERTION: container didn't take ownership: 'Not Reached', file layout/style/StyleRule.cpp, line 1129
Not sure if this is a security issue. Too-low refcnts scare me, but there's a runtime check for this particular Release() returning zero.
| Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
I think this assertion is just bogus, precisely because we may not have a container...
Updated•13 years ago
|
Group: core-security
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•