develooper Front page | perl.perl5.porters | Postings from October 2016

[perl #129903] regexec.c stack overflow

Thread Previous | Thread Next
From:
Father Chrysostomos via RT
Date:
October 20, 2016 20:12
Subject:
[perl #129903] regexec.c stack overflow
Message ID:
rt-4.0.24-27504-1476994331-1527.129903-15-0@perl.org
On Thu Oct 20 00:37:45 2016, demerphq wrote:
> On 19 October 2016 at 23:29, demerphq <demerphq@gmail.com> wrote:
> So following up for this I put together a quick hack to make it
> possible to use the empty pattern in regexen, but honestly I dont see
> how it is very useful, it is all too easy to create an infinite loop
> (which luckily seems to be easy to detect).
> 
> ./perl -le'$_="aa"; /a/; /(?{ s!!x! })/; print; //; print'
> xa
> Infinite recursion via empty pattern at -e line 1.
> 
> I personally think this is no less ugly than the previous patch, but
> if you prefer it I can push it.

I would prefer it, but I do not feel strongly about it.

> FWIW, this seems to be yet another good reason to get rid of the empty
> pattern.

I am still opposed to that, unfortunately. :-)


-- 

Father Chrysostomos


---
via perlbug:  queue: perl5 status: open
https://rt.perl.org/Ticket/Display.html?id=129903

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About