In perl.git, the branch maint-5.20 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fddd3378eb45e847a158b24e8a72666195022c1f?hp=b8dda64c466687e73edc5b3090172f7e30752992>
- Log ----------------------------------------------------------------- commit fddd3378eb45e847a158b24e8a72666195022c1f Author: Father Chrysostomos <[email protected]> Date: Wed Dec 3 12:37:24 2014 -0800 perldelta for the prev. commit based on https://rt.perl.org/Ticket/Display.html?id=40565#txn-1321149 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a2916c8..455dc2b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -381,6 +381,13 @@ compilation. [perl #122995] =item * +On Win32, restoring in a child pseudo-process a variable that was +C<local()>ed in a parent pseudo-process before the C<fork> happened caused +memory corruption and a crash in the child pseudo-process (and therefore OS +process). [perl #40565] + +=item * + Tainted constants evaluated at compile time no longer cause unrelated statements to become tainted. [perl #122669] -- Perl5 Master Repository
