blead segfaults on local *@; eval {1} because ERRSV assumes that
authorNicholas Clark <nick@ccl4.org>
Thu, 31 May 2007 08:25:57 +0000 (08:25 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 31 May 2007 08:25:57 +0000 (08:25 +0000)
commit726514722fdec00cc69b3e5c86392c5c95a01f07
tree09eb22fbf479bbf221037570c41c5a3e04118974
parent2c7f4b87d1721d033cf5fc3b5a553f25a8d8485f
blead segfaults on local *@; eval {1} because ERRSV assumes that
GvSV(PL_errgv) is always non-NULL. That stopped being the case with
change 25009 (ish) - when we stopped automatically creating a(n unused)
SV at GV creation time.

p4raw-id: //depot/perl@31313
scope.c
t/op/local.t