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

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


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

Attachment 63224: Patch
https://bugs.webkit.org/attachment.cgi?id=63224&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