[Webkit-unassigned] [Bug 18862] Crash while handling SVG font in the wrong namespace imported with @font-face

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 6 21:23:27 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=18862





--- Comment #7 from Julien Chaffraix <jchaffraix at webkit.org>  2010-04-06 21:23:28 PST ---
(In reply to comment #5)
> Changing <svg> to <svg xmlns="http://www.w3.org/2000/svg"> in the font file
> seems to fix the problem, go figure...

FYI, this is the core of the issue. We use both local name and namespaceURI to
determine which element to create. The crash is due to us not checking the
namespaceURI which made us doing a static_cast from an element of the wrong
type.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list