This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #24368] seg faults when deleting keys of shared hash refs
authorDave Mitchell <davem@fdisolutions.com>
Sat, 1 Nov 2003 00:03:38 +0000 (00:03 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 1 Nov 2003 00:03:38 +0000 (00:03 +0000)
commit057e91b3445e10151051454bd86e4591335541be
tree194ce31faca791a2adbd12e3d573e3dfcb6b4871
parenta522f097125f62a186dbde9051ea046a7d916213
[perl #24368] seg faults when deleting keys of shared hash refs
Ensure that the shared_sv get magic of the element being deleted
is called. Also, avoid posible memory leaks by wrapping all shared
context sections with ENTER/SAVETMPS

p4raw-id: //depot/perl@21598
ext/threads/shared/shared.xs