[Mono-bugs] [Bug 76260][Nor] Changed - XmlNodeReader reads past the
end of the node
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 28 14:50:28 EDT 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76260
--- shadow/76260 2005-09-28 14:20:28.000000000 -0400
+++ shadow/76260.tmp.28519 2005-09-28 14:50:28.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76260
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: Csaba.Halasz at gmail.com
QAContact: mono-bugs at ximian.com
@@ -71,6 +71,9 @@
== XmlNodeType.DocumentFragment
+ || current == startNode) {
isEnd = true;
} else if (current.NextSibling == null) {
depth--;
+
+------- Additional Comments From atsushi at ximian.com 2005-09-28 14:50 -------
+Applied your fix in svn (r50962). Thanks.
More information about the mono-bugs
mailing list