In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/bdab7676902d2f95f6fad47110f6e94e386db556?hp=d205f0cb1b7fd776f05d9bb88bc52c3a463afda9>
- Log ----------------------------------------------------------------- commit bdab7676902d2f95f6fad47110f6e94e386db556 Author: Father Chrysostomos <[email protected]> Date: Sun Sep 14 18:16:36 2014 -0700 perldelta for d205f0c ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f9d8661..9da5db5 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 -- Perl5 Master Repository
