From: Father Chrysostomos Date: Tue, 12 Nov 2013 20:54:52 +0000 (-0800) Subject: perldelta for ca58dfd9e0 X-Git-Tag: upstream/5.20.0~1267 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec52a18774fcee7e9fc90318fd02f911949e5152;p=platform%2Fupstream%2Fperl.git perldelta for ca58dfd9e0 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 07e8d3e..d9ab660 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -485,6 +485,12 @@ if a Class::FIELDS subroutine stub has been declared. C<@$obj{'key'}> and C<${$obj}{key}> used to be exempt from compile-time field checking ("No such class field"; see L) but no longer are. +=item * + +A nonexistent array element with a large index passed to a subroutine that +ties the array and then tries to access the element no longer results in a +crash. + =back =head1 Known Problems