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
(from:
94e7eb6
)
[perl #117941] Handle vivification crashing w/freed stash
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 8 Jun 2013 06:41:32 +0000
(23:41 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 8 Jun 2013 07:14:12 +0000
(
00:14
-0700)
open’s handle vivification could crash if the current stash was freed,
so check before passing a freed stash to gv_init.
No differences found