This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa292ef
)
perldelta for 7bdb4ff09
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 7 Sep 2014 18:20:17 +0000
(11:20 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 7 Sep 2014 20:25:36 +0000
(13:25 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
3acc296
..
1e881ed
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-462,6
+462,12
@@
the sequence is used, again just as before.
Tainted constants evaluated at compile time no longer cause unrelated
statements to become tainted. [perl #122669]
+=item *
+
+C<open $$fh, ...>, which vivifies a handle with a name like "main::_GEN_0",
+was not giving the handle the right reference count, so a double free could
+happen.
+
=back
=head1 Known Problems