summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-14 18:16:36 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-14 18:16:36 -0700
commitbdab7676902d2f95f6fad47110f6e94e386db556 (patch)
tree9ac0b0b81b1f4ebec558717d6a89d71a367333f2 /pod/perldelta.pod
parentd205f0cb1b7fd776f05d9bb88bc52c3a463afda9 (diff)
downloadperl-bdab7676902d2f95f6fad47110f6e94e386db556.tar.gz
perldelta for d205f0c
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f9d86616bc..9da5db5589 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -590,6 +590,11 @@ Loading UTF8 tables during a regular expression match could cause assertion
failures under debugging builds if the previous match used the very same
regular expression. [perl #122747]
+=item *
+
+Thread cloning used to work incorrectly for lexical subs, possibly causing
+crashes or double frees on exit.
+
=back
=head1 Known Problems