[Mono-bugs] [Bug 75216][Nor] New - [Patch]Infinite recursion in XmlSchemaCollection.GetEnumerator

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 10 10:54:41 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 cleonard at go.ro.

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

--- shadow/75216	2005-06-10 10:54:41.000000000 -0400
+++ shadow/75216.tmp.28025	2005-06-10 10:54:41.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 75216
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: cleonard at go.ro               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [Patch]Infinite recursion in XmlSchemaCollection.GetEnumerator
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+
+Description of Problem:
+System.Xml.Schema.XmlSchemaCollection.GetEnumerator doesn't work, it enters
+an infinite loop.
+
+Steps to reproduce the problem:
+(new XmlSchemaCollection()).GetEnumerator(); // Or something like that.
+
+Actual Results:
+Segfault.
+
+Expected Results:
+Nothing
+
+Additional Information:
+It seems that at some point XmlSchemaCollection was rewritten as a wrapper
+for XmlSchemaSet, but somebody forgot to fix XmlSchemaCollectionEnumerator.
+This is 1.1 only.


More information about the mono-bugs mailing list