From: Vincent Pit Date: Sat, 4 Aug 2012 23:18:02 +0000 (+0200) Subject: Make sure all entries of MY_CXT.b__op_stashes are initialized X-Git-Tag: v0.51~10 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;ds=sidebyside;h=f80e249f673c39ee8ba0dd58b26a3d5384448b61;hp=f80e249f673c39ee8ba0dd58b26a3d5384448b61;p=perl%2Fmodules%2FVariable-Magic.git Make sure all entries of MY_CXT.b__op_stashes are initialized Otherwise CLONE may be testing uninitialized memory areas. ---