[Mono-bugs] [Bug 594121] Regex crashes with an out of memory exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 23 11:22:38 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=594121

http://bugzilla.novell.com/show_bug.cgi?id=594121#c2


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com

--- Comment #2 from Zoltan Varga <vargaz at gmail.com> 2010-04-23 15:22:38 UTC ---
The problem with that regex is that it tries to match '^' repeatedly, leading
to infinite recursion, you need to write @"^\+". MS correctly matches the first
position in the string in this case, so this is still a mono bug.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list