[Mono-bugs] [Bug 60550][Nor] Changed - System.Text.RegularExpressions triggers stack overflow

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 09:22:07 -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 alp@atoker.com.

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

--- shadow/60550	2004-06-22 09:20:25.000000000 -0400
+++ shadow/60550.tmp.20475	2004-06-22 09:22:07.000000000 -0400
@@ -38,6 +38,11 @@
      
     foreach (Match m in Regex.Matches (re_string, @"typedef
 (enum|struct)\{(" + re_comment + @")?(({[^}]+}|[^}])+)\}(DFB\w+);"))
       Console.WriteLine ("foo");
   }
 }
+
+------- Additional Comments From alp@atoker.com  2004-06-22 09:22 -------
+Created an attachment (id=8273)
+string that triggers the bug when used with the provided test case
+