From 8bfe386595a5e31a56396c37926b51b1ae054eab Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 11 Jan 2015 22:14:00 -0800 Subject: [PATCH 1/1] perldelta for f605e527 --- pod/perldelta.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * -- 1.8.3.1