fix buggy reference count on refs to SVs with autoviv magic
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 25 Apr 1999 22:58:27 +0000 (22:58 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 25 Apr 1999 22:58:27 +0000 (22:58 +0000)
commit0dd88869d3c6272dc66f202c5be0f40bfb94fccd
tree0d0ebfbf7b95ec087f836814f4c10e149b04bfc0
parent18a945d476bb4c5319db42e3585c9617c125cba5
fix buggy reference count on refs to SVs with autoviv magic
(resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
accessing free()d memory)

p4raw-id: //depot/perl@3270
pp.c
t/op/ref.t