In gv_autoload4(), ensure set magic is called on $...::AUTOLOAD if necessary.
authorNicholas Clark <nick@ccl4.org>
Sun, 27 Feb 2011 21:36:01 +0000 (21:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 27 Feb 2011 21:39:08 +0000 (21:39 +0000)
commitd40bf27b2d1479df2acf7e7f9b7b96eae0451649
treeb7f124e3a3f08cb62ab9d8e63e6a8dac09974ac1
parentf5c40488b4c65fc26e7a7e82f4ff4a11b413a4d5
In gv_autoload4(), ensure set magic is called on $...::AUTOLOAD if necessary.

Without this, if $...::AUTOLOAD ever becomes tainted, it will never
subsequently become properly untainted. This fixes an omission in change
5d121f7f3e622b95.
gv.c
t/op/taint.t