When %ENV has been turned into a non-magical hash after a
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 26 Oct 2003 21:36:17 +0000 (21:36 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 26 Oct 2003 21:36:17 +0000 (21:36 +0000)
commit7b756e0a3e6b2a4af093cd9686b01f419d3acefc
tree6995276b62b65b2f4f515fce0b11080ec654b543
parent0d7509de16bc60421fced9c9069b224cfd591b45
When %ENV has been turned into a non-magical hash after a
glob assignment, TAINT_ENV() may dump core because it
assumes $ENV{PATH} is magical. Fix this ; add a test to
verify that the PATH is still checked for taintedness.

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