In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/8714ff4fff9cfd29f80108bcdd43cfd7637999b9?hp=05a03c0da6f3694904885fa1629a6e35e75d2875>
- Log ----------------------------------------------------------------- commit 8714ff4fff9cfd29f80108bcdd43cfd7637999b9 Author: Tony Cook <[email protected]> Date: Tue Sep 3 09:19:52 2019 +1000 perldelta for 05a03c0da6f3 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6dfb854a25..06c3af6bba 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -378,6 +378,12 @@ This reverts a change in behaviour inadvertently introduced in perl 5.30.0 intended to improve precision when converting a string to a floating point number. [perl #134230] +=item * + +Matching a non-C<SVf_UTF8> string against a regular expression +containing unicode literals could leak a SV on each match attempt. +[perl #134390] + =back =head1 Known Problems -- Perl5 Master Repository
