In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1ca728708a2c9223bb840be4f99c58df50b3c648?hp=e7a8a8aac45d42d72d1586227ca51771f193f5dc>
- Log ----------------------------------------------------------------- commit 1ca728708a2c9223bb840be4f99c58df50b3c648 Author: Tony Cook <[email protected]> Date: Mon Feb 20 11:55:22 2017 +1100 perldelta for e7a8a8aac45d M pod/perldelta.pod commit 7bb7565abb9642936ec1cd84044f33a4a404cf7b Author: Tony Cook <[email protected]> Date: Mon Feb 20 11:54:58 2017 +1100 Add another reneeb alias M Porting/checkAUTHORS.pl ----------------------------------------------------------------------- Summary of changes: Porting/checkAUTHORS.pl | 1 + pod/perldelta.pod | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index 56fb39eb68..cb8863c79a 100755 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -833,6 +833,7 @@ [email protected] renee.baecker\100smart-websolutions.de + [email protected] + otrs\100ubuntu.(none) + perl\100renee-baecker.de ++ reb\100perl-services.de richard.foley\100rfi.net richard.foley\100t-online.de + richard.foley\100ubs.com + richard.foley\100ubsw.com diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 832a5e3499..c7411fff04 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -412,6 +412,11 @@ Occasionally C<local()>s in a code block within a patterns weren't being undone when the pattern matching backtracked over the code block. [perl #126697] +=item * + +Using C<substr()> to modify a magic variable could access freed memory +in some cases. [perl #129340] + =back =head1 Known Problems -- Perl5 Master Repository
