[perl #32033] Using foreach on threads::shared array crashes perl
authorDave Mitchell <davem@fdisolutions.com>
Sat, 30 Oct 2004 23:25:37 +0000 (23:25 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 30 Oct 2004 23:25:37 +0000 (23:25 +0000)
commitabdac9fa130ffbfb2a187768e4c7ad2ccdd97c0c
treedf36a8ad70482eac4ceee9e6ac68230e15d527ac
parent2799c20625244ac22c03fd0109d9df2488876338
[perl #32033] Using foreach on threads::shared array crashes perl
The FETCH code for shared aggregate elements could leak a shared RV
address into a private SV. RVs are now handled specially, in the
same way that they already were for scalar shared magic.

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