diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-08-26 23:31:36 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-08-26 23:44:38 -0700 |
commit | 014333460b4235140c1e4ad346b2581af7ff6592 (patch) | |
tree | 4ed94798dab023f1bca2f207449015cde5245edc /t/op/coreamp.t | |
parent | 17008668bc1759e4a1ff55f42c3d738e5534b5dc (diff) | |
download | perl-014333460b4235140c1e4ad346b2581af7ff6592.tar.gz |
GVs of localised arrays and hashes should be refcounted
Otherwise the GV can be freed before the scope-popping code can put
the old entry back in it:
$ perl -le 'local @{"x"}; delete $::{x}'
Bus error
$ perl -le 'local %{"x"}; delete $::{x}'
Bus error
Diffstat (limited to 't/op/coreamp.t')
0 files changed, 0 insertions, 0 deletions