remove 'enable taint if modify gid/uid' feature
authorDavid Mitchell <davem@iabyn.com>
Sun, 11 Apr 2010 22:45:29 +0000 (23:45 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 11 Apr 2010 22:58:11 +0000 (23:58 +0100)
commit11035fcf28d4d5fe35c7f6719dbd07b704a8f266
tree22545362f494af04d7e36a479a5492bb8179aac1
parent459defa14829d1e98582a2fcd871ef3425e1fe38
remove 'enable taint if modify gid/uid' feature

If at runtime you modify any of any the id variables $<, $>, $(, $),
such that the id and effective id differ, perl used to enable tainting,
even if -T wasn't specified at startup.

This commit removes that feature. See

    http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2010-03/mail9.html
    RT #67260
mg.c