[Webkit-unassigned] [Bug 41510] Add ignoreWhitespace option at base64Decode()

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


https://bugs.webkit.org/show_bug.cgi?id=41510


Patrick R. Gansterer <paroga at paroga.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60456|0                           |1
        is obsolete|                            |
  Attachment #60456|review?, commit-queue?      |
               Flag|                            |
  Attachment #63224|                            |review?, commit-queue?
               Flag|                            |




--- Comment #14 from Patrick R. Gansterer <paroga at paroga.com>  2010-08-02 09:15:03 PST ---
Created an attachment (id=63224)
 --> (https://bugs.webkit.org/attachment.cgi?id=63224)
Patch

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list