[webkit-reviews] review granted: [Bug 59834] WebCore should have QuotedPrintable encoding capabilities : [Attachment 92493] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 17:02:47 PDT 2011


Adam Barth <abarth at webkit.org> has granted Jay Civelli
<jcivelli at chromium.org>'s request for review:
Bug 59834: WebCore should have QuotedPrintable encoding capabilities
https://bugs.webkit.org/show_bug.cgi?id=59834

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=92493&action=review

Lets rock and roll.

> Source/WebCore/platform/text/QuotedPrintable.cpp:97
> +	   if (currentLineLength + lengthOfEncodedCharacter >
maximumLineLength) {

Note: No integer overflow problem here because these values are all bounded.


More information about the webkit-reviews mailing list