[Webkit-unassigned] [Bug 23566] New: base64Decode() patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 26 23:48:22 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23566
Summary: base64Decode() patch
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ppedriana at gmail.com
The base64Decode function doesn't follow the Base64 convention regarding
unrecognized encoding characters, as stated in RFC 2045:
All line breaks or other characters not found in
Table 1 must be ignored by decoding software.
Similary, there is corresponding code comments in some WebKit code:
// Use the GLib Base64 if available, since WebCore's decoder isn't
// general-purpose and fails on Acid3 test 97 (whitespace).
This patch fixes the base64Decode function in this respect.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list