[Mono-bugs] [Bug 52928][Nor] Changed - FromBase64 throws wrong exception on invalid input

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jan 2004 06:26:06 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dave-mono@earth.li.

http://bugzilla.ximian.com/show_bug.cgi?id=52928

--- shadow/52928	2004-01-18 06:25:28.000000000 -0500
+++ shadow/52928.tmp.30564	2004-01-18 06:26:06.000000000 -0500
@@ -75,6 +75,11 @@
 
   Just catching the IndexOutOfRange exception, and doing separate
 checks for the lookup table returning -1.
 
   Pre-scanning the data to check that it is all valid. For whitespace
 ignoreing base64 this could be part of Filter().
+
+------- Additional Comments From dave-mono@earth.li  2004-01-18 06:26 -------
+Created an attachment (id=6444)
+Patch to improve it
+