This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix for
authorAndrew Pimlott <pimlott@idiomtech.com>
Wed, 4 Oct 2000 23:17:44 +0000 (19:17 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 5 Nov 2000 01:12:16 +0000 (01:12 +0000)
commit27c9684d3c5aa5a9dfb043ed1fc98a708d464c22
treec820b4e88cf9fd3d06c5e8257da98f27e29c60b5
parentb267dd9ebed83db4ea37fda8fc7e5d3ef2916795
Fix for

Subject: [ID 20001004.007] taint propogation is inconsistent
Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>

The culprit was sv_setsv() which was rather blindly
propagating taint, which lead to behaviour where if
a tainted anon hash value was seen all the hash values
from then on at that level became tainted, or at any
upper levels in the case of nested anon hashes.

p4raw-id: //depot/perl@7553
sv.c
t/op/taint.t