In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/011c35bc25a9aebadb06d2e6e7f421615d5a7260?hp=cfbdacd3fe159abe693ef1eb6fd7460850ef9312>

- Log -----------------------------------------------------------------
commit 011c35bc25a9aebadb06d2e6e7f421615d5a7260
Author: Tony Cook <t...@develop-help.com>
Date:   Thu Aug 31 14:41:38 2017 +1000

    perldelta for cfbdacd3fe15
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index edb6a2db79..3f1d22eea7 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -361,6 +361,13 @@ files in F<ext/> and F<lib/> are best summarized in 
L</Modules and Pragmata>.
 
 =item *
 
+The internal stack usage checks introduced in 5.27.2 is now also done
+by the C<entersub> operator when calling XSUBs.  This means we can
+report which XSUB failed to allocate enough stack space.  [perl
+#131975]
+
+=item *
+
 Parsing a C<sub> definition could cause a use after free if the C<sub>
 keyword was followed by whitespace including newlines (and comments.)
 [perl #131836]

--
Perl5 Master Repository

Reply via email to