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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Feb 2005 06:20:34 -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 gonzalo@ximian.com.

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

--- shadow/72989	2005-02-25 07:18:55.000000000 -0500
+++ shadow/72989.tmp.855	2005-02-27 06:20:34.000000000 -0500
@@ -114,6 +114,11 @@
 recursive and creates a stack of hundreds of calls for simple cases 
 and in the atached case with a param of "100" the stack depth 
 necessary is probably 10K calls.
 A modification of the implementation to use a loop instead of 
 recursion in several key places will probably prevent the stack 
 overflow.
+
+------- Additional Comments From gonzalo@ximian.com  2005-02-27 06:20 -------
+Created an attachment (id=14436)
+Test case as attachment.
+