[perl #72062] Untaint DATA after it's reopened
authorLubomir Rintel <lubo.rintel@gooddata.com>
Mon, 18 Oct 2010 23:40:18 +0000 (16:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 21 Oct 2010 12:52:20 +0000 (05:52 -0700)
commita3a44df66ac2cb0beb603b3dd9697fd81cfcfb30
treefeb5d0257c4675be54023597f0a1cfaebc70f557
parent157486ae134392a41a6884224e32acc8dc9ed2f5
[perl #72062] Untaint DATA after it's reopened

DATA handle is untainted on startup, but as we close and reopen it it
gets the taint flag. It's safe to untaint it though, since we still hold
the file descriptor open and don't reassign it to another file.

This was probably broken by changeset 29606, (c96b2385 in perl git).
dist/SelfLoader/lib/SelfLoader.pm