[Mono-bugs] [Bug 352096] Regex engine enters in an infinite bucle
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jan 8 12:00:08 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=352096
User harinath at hurrynot.org added comment
https://bugzilla.novell.com/show_bug.cgi?id=352096#c1
--- Comment #1 from Raja Harinath <harinath at hurrynot.org> 2008-01-08 10:00:08 MST ---
I'm guessing that you mean "^.*$" when you want to say "match any string".
"^*$" is something else and could either mean the empty string or the string
that contains exactly one character '*'. Can you verify the behaviour of .NET
with the regex "^*$". (I'd expect it to match a line with a single '*').
I do agree that the described behaviour (inflooping) is probably a bug in the
mono regex implementation.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list