[Mono-bugs] [Bug 55570][Nor] Changed - XmlTextReader.ReadOuterXml craches where it shouldn't
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 14 Mar 2004 13:44:20 -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 jeanmarc.andre@cpe.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=55570
--- shadow/55570 2004-03-14 13:40:40.000000000 -0500
+++ shadow/55570.tmp.12600 2004-03-14 13:44:20.000000000 -0500
@@ -90,6 +90,11 @@
I'll join the source and the xml files.
I think the bug could be fixed adding something like the following to
XmlReader.cs line 348:
if (ReadState != ReadState.Interactive || NodeType == XmlNodeType.EndElement)
return String.Empty;
+
+------- Additional Comments From jeanmarc.andre@cpe.fr 2004-03-14 13:44 -------
+Created an attachment (id=6961)
+the source file
+