In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1935dcd61ef34854d3c3c455914b77c486e676b8?hp=743e3e72117ab1d168cbf4ef15bcde67ca41e26a>

- Log -----------------------------------------------------------------
commit 1935dcd61ef34854d3c3c455914b77c486e676b8
Author: Tony Cook <[email protected]>
Date:   Tue Jan 24 15:37:38 2017 +1100

    perldelta for 743e3e72117a
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 481f548f90..3b3419540d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -345,6 +345,12 @@ Attempting to use the deprecated variable C<$#> as the 
object in an
 indirect object method call could cause a heap use after free or
 buffer overflow.  [perl #129274]
 
+=item *
+
+When checking for an indirect object method call in some rare cases
+the parser could reallocate the line buffer but then continue to use
+pointers to the old buffer.  [perl #129190]
+
 =back
 
 =head1 Known Problems

--
Perl5 Master Repository

Reply via email to