[webkit-reviews] review granted: [Bug 41554] Crash reading past end of block in UniscribeController::shapeAndPlaceItem : [Attachment 60429] patch and layout test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 19:55:24 PDT 2010


mitz at webkit.org has granted Alice Liu <alice.liu at apple.com>'s request for
review:
Bug 41554: Crash reading past end of block in
UniscribeController::shapeAndPlaceItem
https://bugs.webkit.org/show_bug.cgi?id=41554

Attachment 60429: patch and layout test
https://bugs.webkit.org/attachment.cgi?id=60429&action=review

------- Additional Comments from mitz at webkit.org
+	     if (boundary < m_run.length()) {
I wonder how this condition (which the patch doesn’t touch) could ever be
false.


More information about the webkit-reviews mailing list