[Mono-bugs] [Bug 59142][Nor] Changed - ReadBase64 of XmlTextReader throws exception.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 27 May 2004 04:28:16 -0400 (EDT)
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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59142
--- shadow/59142 2004-05-26 18:26:38.000000000 -0400
+++ shadow/59142.tmp.24555 2004-05-27 04:28:16.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 59142
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: carsten@hess.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -41,6 +41,9 @@
Additional Information:
This can easily be fixed by adding
if (IsEmptyElement)
return 0;
in the beginning of the ReadBase64() method implementation
+
+------- Additional Comments From atsushi@ximian.com 2004-05-27 04:28 -------
+Fixed in cvs. Thanks for the fixage candidate.