[webkit-reviews] review granted: [Bug 133592] Use unsigneds instead of ints for indexes into a string in text layout code : [Attachment 233476] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 20 16:25:37 PDT 2014


Zalan Bujtas <zalan at apple.com> has granted Myles C. Maxfield
<mmaxfield at apple.com>'s request for review:
Bug 133592: Use unsigneds instead of ints for indexes into a string in text
layout code
https://bugs.webkit.org/show_bug.cgi?id=133592

Attachment 233476: Patch
https://bugs.webkit.org/attachment.cgi?id=233476&action=review

------- Additional Comments from Zalan Bujtas <zalan at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=233476&action=review


> Source/WebCore/rendering/InlineTextBox.cpp:278
> +    if (endPos < m_start)

endPos <= m_start


More information about the webkit-reviews mailing list