This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for d205f0c
authorFather Chrysostomos <sprout@cpan.org>
Mon, 15 Sep 2014 01:16:36 +0000 (18:16 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Sep 2014 01:16:36 +0000 (18:16 -0700)
pod/perldelta.pod

index f9d8661..9da5db5 100644 (file)
@@ -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