summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-01-19 17:35:49 +1100
committerTony Cook <tony@develop-help.com>2017-01-19 17:35:49 +1100
commit6f2279ab0e52a72f0ed38de6c9a2dc80a57cdec1 (patch)
tree9aea4456ece2d2d9a1586f144b7d8e0656b1b003
parent86191aed6f092273950ebdd48f886d4ec0c5e85e (diff)
downloadperl-6f2279ab0e52a72f0ed38de6c9a2dc80a57cdec1.tar.gz
perldelta for 86191aed6f09
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d34636625f..b828b0dc33 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -667,6 +667,12 @@ the current output position aligned at just the right point could
cause a write a single zero byte immediately beyond the end of an
allocated buffer. [perl #129149]
+=item *
+
+Supplying the form picture argument as part of the form argument list
+where the picture specifies modifying the argument could cause an
+access to the new freed compiled form. [perl #129125]
+
=back
=head1 Known Problems