From 42dd67ca0471eb6dbdf676a529268c19897815c2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 10 Jun 2013 01:04:18 -0700 Subject: [PATCH] perldelta for freed stashes (#117941) --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b98c67c..a0f01fc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -563,6 +563,12 @@ C no longer leaks memory. C and C followed by a keyword prefixed with C now treat it as a keyword, and not as a subroutine or module name. [RT #24482] +=item * + +Through certain conundrums, it is possible to cause the current package to +be freed. Certain operators (C, C, C, C) could +not cope and would crash. They have been made more resilient. [RT #117941] + =back =head1 Known Problems -- 2.7.4