Closed
Bug 842463
Opened 12 years ago
Closed 12 years ago
Crash with SVG filter not in a document
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: jruderman, Assigned: jwatt)
References
Details
(Keywords: crash, regression, testcase)
Crash Data
Attachments
(3 files)
267 bytes,
text/html
|
Details | |
6.14 KB,
text/plain
|
Details | |
1.80 KB,
patch
|
bzbarsky
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Regression from http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5e137a87e84f&tochange=524e7bc67431 (bug 837044?)
Did https://hg.mozilla.org/mozilla-central/rev/547bfb2239d1#l13.27 remove a null check?
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
On Windows: bp-7d4b03c5-6105-47df-9168-06a102130219
Crash Signature: [@ nsIContent::IsSVG(nsIAtom*) ]
OS: Mac OS X → All
Hardware: x86_64 → All
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Jesse Ruderman from comment #0)
> Did https://hg.mozilla.org/mozilla-central/rev/547bfb2239d1#l13.27 remove a
> null check?
Yes, do_QueryInterface is null safe. Well spotted.
Attachment #715456 -
Flags: review?(dzbarsky)
Comment 4•12 years ago
|
||
Comment on attachment 715456 [details] [diff] [review]
patch
r=me
Attachment #715456 -
Flags: review?(dzbarsky) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Assignee: nobody → jwatt
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Comment 7•12 years ago
|
||
Shouldn't this go to Aurora too?
Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 715456 [details] [diff] [review]
patch
(In reply to Robert Longson from comment #7)
> Shouldn't this go to Aurora too?
Yes, thanks.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 837044
User impact if declined: potential for crashes
Testing completed (on m-c, etc.): landed on m-c
Risk to taking this patch (and alternatives if risky): virtually no risk
String or UUID changes made by this patch: none
Attachment #715456 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #715456 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Updated•12 years ago
|
status-firefox20:
--- → affected
Keywords: checkin-needed
Assignee | ||
Updated•12 years ago
|
status-firefox20:
affected → ---
status-firefox21:
--- → affected
Comment 9•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•