summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2018-03-22 21:20:20 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-03-22 21:20:38 +0000
commit818f48f52f07e2362812929819c293498a779f40 (patch)
treecd29661de63a179a31cc2cff293c2ef42b377031
parente75bac6d8cfa6c77bd713231cdb73be89f36b813 (diff)
downloadperl-818f48f52f07e2362812929819c293498a779f40.tar.gz
perldelta 397baf232086e0a9ad6f881a9614d3dbaea853fc
(cherry picked from commit 9a40fcb68413c7a6091696885a6f6b34ec8bdf97)
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a6c64367f0..5340a1795d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -340,6 +340,12 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
XXX
+=item *
+
+The C<readpipe()> built-in function now checks at compile time that
+it has only one parameter expression, and puts it in scalar context,
+thus ensuring that it doesn't corrupt the stack at runtime. [perl #4574]
+
=back
=head1 Known Problems