In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/14ebef5fba328c5f6d6b522b2af648a970b181b1?hp=57b3a6b6ecbe72e1e31ff2f3b58d74a5106952f4>
- Log ----------------------------------------------------------------- commit 14ebef5fba328c5f6d6b522b2af648a970b181b1 Author: Tony Cook <[email protected]> Date: Tue Jan 17 09:27:15 2017 +1100 perldelta for 02c161ef974f ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9e70c03382..397532b1d3 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -644,6 +644,13 @@ the scope of the L<< C<unicode_strings>|feature/"The 'unicode_strings' feature" feature. The previous behaviour was sufficiently unexpected that we believe no correct program could have made use of it. +=item * + +The S<split> operator did not ensure enough space was allocated for +its return value in scalar context. It could then write a single +pointer immediately beyond the end of the memory block allocated for +the stack. [perl #130262] + =back =head1 Known Problems -- Perl5 Master Repository
