In perl.git, the branch yves/fix_128085 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/f5b514a1b3f83719e3c09f50f8d310306241b303?hp=0000000000000000000000000000000000000000>
at f5b514a1b3f83719e3c09f50f8d310306241b303 (commit)
- Log -----------------------------------------------------------------
commit f5b514a1b3f83719e3c09f50f8d310306241b303
Author: Yves Orton <[email protected]>
Date: Mon May 9 08:52:16 2016 +0200
fix [perl #128085] SIGSEGV in S_regmatch with S_study_chunk: Assertion
"!frame" failed.
The goto target should have been before the if (frame) block.
Clearly this code is not well tested in our test suite. This patch
does NOT include tests.
-----------------------------------------------------------------------
--
Perl5 Master Repository