[Mono-bugs] [Bug 72989][Blo] Changed - Stack overflw in RegularExpression parsing

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 20:07:46 -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 bmaurer@users.sf.net.

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

--- shadow/72989	2005-03-03 16:30:00.000000000 -0500
+++ shadow/72989.tmp.587	2005-05-05 20:07:46.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 72989
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: DUPLICATE
 Severity: 032 Four days
 Priority: Blocker
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: eyala@mainsoft.com               
 QAContact: mono-bugs@ximian.com
@@ -218,6 +218,11 @@
 JUMP until
 
 Each REPEAT, UNTIL and JUMP increase the recursion level.
 I have code here that make JUMP restore the stack level before going
 to the UNTIL but sadly it broke one case for lazy matching. I'll give
 it another try soon.
+
+------- Additional Comments From bmaurer@users.sf.net  2005-05-05 20:07 -------
+This is an example of recursive code.
+
+*** This bug has been marked as a duplicate of 72152 ***