This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for e7a8a8aac45d
authorTony Cook <tony@develop-help.com>
Mon, 20 Feb 2017 00:55:22 +0000 (11:55 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 20 Feb 2017 00:55:22 +0000 (11:55 +1100)
pod/perldelta.pod

index 832a5e3..c7411ff 100644 (file)
@@ -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