summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-07-17 12:42:05 -0700
committerSteve Hay <steve.m.hay@googlemail.com>2017-08-10 13:33:58 +0100
commit37f007ddcdfeb4d9f401438ac650c9790b796b7f (patch)
treea35409b6868bc6d7e11ac3c8a38b20f81d68c787
parentcf904b42d05634f65f567439a7582b336229459d (diff)
downloadperl-37f007ddcdfeb4d9f401438ac650c9790b796b7f.tar.gz
perldelta for a2637ca0a / #128597
(cherry picked from commit 44bcb1772d5812694380d8a504e2ad98c3097cf4)
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index e5d153b260..7dd36f75f0 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -386,6 +386,12 @@ Parsing bad POSIX charclasses no longer leaks memory. [perl #128313]
Since Perl v5.20, line numbers have been off by one when perl is invoked
with the B<-x> switch. This has been fixed. [perl #128508]
+=item *
+
+Some obscure cases of subroutines and file handles being freed at the same
+time could result in crashes, but have been fixed. The crash was
+introduced in v5.22. [perl #128597]
+
=back
=head1 Known Problems