X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ea13b07eeac699ef4bcdfd58c3df4d12eb408de4..8bfe386595a5e31a56396c37926b51b1ae054eab:/pod/perldelta.pod diff --git a/pod/perldelta.pod b/pod/perldelta.pod index cb4e210..779d898 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -474,7 +474,8 @@ C no longer crashes with not-a-number values. [perl #123495] =item * -C<\()> could do a bad write past the end of the stack. It has been fixed +C<\()> (reference to an empty list) and C with lexical $_ in scope +could do a bad write past the end of the stack. They have been fixed to extend the stack first. =item *