This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regex fails when string is too long
authorhv@crypt.org <hv@crypt.org>
Mon, 6 Jul 2009 14:45:12 +0000 (15:45 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 6 Jul 2009 19:37:35 +0000 (21:37 +0200)
commit84d2fa142c064fe21af5121174d51b764b9d9c69
treeef7d97f5aff8368f6454e3bc56d7858bb57e8c65
parentb074547015307bfbdc79cc38e4fa950923593d93
Regex fails when string is too long

This looks to be a simple oversight. All tests pass here.

Hugo

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
regexec.c
t/op/pat.t