[Webkit-unassigned] [Bug 140653] Layout Test mathml/presentation/mo-invisible.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 18:07:34 PST 2015


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

Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bfulgham at webkit.org

--- Comment #1 from Brent Fulgham <bfulgham at webkit.org> ---
The GlyphData's fontData member can be nullptr in the case where FontGlyphs::glyphDataForSystemFallback cannot find a suitable font for the desired character.

When this happens, we return a default-constructed GlyphData which has a null internal fontData member.

This member is dereference later, causing a crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150120/5387a767/attachment-0002.html>


More information about the webkit-unassigned mailing list