In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8571c4b041b200b693ce54163a0bf35dd8370781?hp=6fee6573fd587cea4e67d4ec5bb387150700459e>
- Log ----------------------------------------------------------------- commit 8571c4b041b200b693ce54163a0bf35dd8370781 Author: Karl Williamson <[email protected]> Date: Sat Feb 20 18:29:25 2016 -0700 t/re/pat_advanced.t: Test for [#perl 126886] This was fixed by cfbef7dc3bfb89e4ed2c00ea9c9e3bcfd0b170fd ----------------------------------------------------------------------- Summary of changes: t/re/pat_advanced.t | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/t/re/pat_advanced.t b/t/re/pat_advanced.t index 1488a88..ab145eb 100644 --- a/t/re/pat_advanced.t +++ b/t/re/pat_advanced.t @@ -2457,6 +2457,13 @@ EOF "buffer overflow in TRIE_STORE_REVCHAR"); } + { + fresh_perl_like('use warnings; s 0(?(?!00000000000000000000000000·000000)\500000000 0000000000000000000000000000000000000000000000000000·00000000000000000000000000000000 0', + qr/Switch \(\?\(condition\)\.\.\. not terminated/, + {}, + 'No segfault [perl #126886]'); + } + # !!! NOTE that tests that aren't at all likely to crash perl should go # a ways above, above these last ones. There's a comment there that, like # this comment, contains the word 'NOTE' -- Perl5 Master Repository
