[webkit-reviews] review canceled: [Bug 41510] Add ignoreWhitespace option at base64Decode() : [Attachment 60456] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 09:15:02 PDT 2010


Patrick R. Gansterer <paroga at paroga.com> has canceled Patrick R. Gansterer
<paroga at paroga.com>'s request for review:
Bug 41510: Add ignoreWhitespace option at base64Decode()
https://bugs.webkit.org/show_bug.cgi?id=41510

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

------- Additional Comments from Patrick R. Gansterer <paroga at paroga.com>
FIXED: With Base64DecodePolicy::FailOnInvalidCharacter a call to
base64Decode(const String&,...) didn't work, because String::ascii() is
null-terminated. Now remove the null-character at the end.


More information about the webkit-reviews mailing list