-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regular expression match (?:XX|X)* dumps core #133
Comments
From garethr@cre.canon.co.ukThe following program causes a segmentation violation: $_ = 'X' x 50000; Perl Info
|
From [Unknown Contact. See original ticket]This regexp bug can _still_ cause a segfault in bleadperl as of today. --cut-- $_ = 'X' x 50000; |
From @vanstynIn <20000918115335.A27376@athenaeum.globnix.org>, Michael Stevens writes: Yes, this is not likely to be fixed any time soon: the recursion exceeds Hugo |
From [Unknown Contact. See original ticket]On Mon, Sep 18, 2000 at 01:33:17PM +0100, Hugo wrote:
It would be nice if it could at least say "this is too big, I give up". Code wise, the regexp stuff scares me. Michael. |
From @vanstynIn <20000918141050.A29064@athenaeum.globnix.org>, Michael Stevens writes: It should do: that is what the REG_INFTY stuff is there for. However HTH, Hugo |
From The RT System itselfstill core dumps in bleadperl as of 18/sep/2000, perl 5.7.0 DEVEL7093 |
Migrated from rt.perl.org#938 (status was 'resolved')
Searchable as RT938$
The text was updated successfully, but these errors were encountered: