This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix perl #132630, dont try to fbm match past end of string
authorYves Orton <demerphq@gmail.com>
Wed, 7 Feb 2018 22:00:18 +0000 (23:00 +0100)
committerYves Orton <demerphq@gmail.com>
Wed, 7 Feb 2018 22:02:16 +0000 (23:02 +0100)
commit12453e29a22d63862ba5924c61c08baabd9c6782
tree76a0d31780d843aebda7e614ba4c2fb9bb909d45
parent7c4a22ed65ae021292a3c6b7a2736204e26c55cf
fix perl #132630, dont try to fbm match past end of string
regexec.c
t/re/pat.t