In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/cb6cc22be04ebc9284469880f586341acf15fec5?hp=62db6ea5fed19611596cbc5fc0b8a4df2c604e58>
- Log ----------------------------------------------------------------- commit cb6cc22be04ebc9284469880f586341acf15fec5 Author: Tony Cook <[email protected]> Date: Mon Jan 19 16:25:33 2015 +1100 perldelta for 62db6ea5fed1 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8dc8749..81b6c67 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -549,6 +549,13 @@ overflow since the new output buffer size was not correctly handled by SvGROW(). An expression like this now properly produces a memory wrap panic. [perl 123554] +=item * + +C<< formline("@...", "a"); >> would crash. The C<FF_CHECKNL> cas in +pp_formline() didn't set the pointer used to mark the chop position, +which led to the C<FF_MORE> case crashing with a segmentation fault. +This has been fixed. [perl #123538] + =back =head1 Known Problems -- Perl5 Master Repository
