Fix for RT #52552.
authorRobin Barker <Robin.Barker@npl.co.uk>
Tue, 23 Jun 2009 12:51:45 +0000 (14:51 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 23 Jun 2009 12:51:45 +0000 (14:51 +0200)
commit3c4fb04a912b266806354630dd98a7e36a830fbe
treee85b9a08503591b7cc3263f9b2e254af7c6a10d8
parentab9c44463cd5786e679d9c70d5575ccb9d47ede5
Fix for RT #52552.

This patch only taints for pack('a'/'A') which was the original bug. I
guess the previous behaviour (pre-5.10.0) tainted on all tainted input.
That more general behaviour may be recoverable - not sure what we want.
pp_pack.c
t/op/taint.t