[Webkit-unassigned] [Bug 37950] Crash in WebCore::TextIterator::handleTextNode() encountered in Google rich-text products

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 23:23:58 PDT 2010


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





--- Comment #7 from Tony Chang (Google) <tony at chromium.org>  2010-04-22 23:23:57 PST ---
I don't know this code well, but it seems like a simple NULL pointer in the RTL
case.  If the text was not RTL, renderer->firstTextBox() would be NULL and
nothing would happen.  I changed the code before the crash to catch the case
with no text boxes and exit early.

-- 
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