$SIG{__WARN__} = sub { goto &foo } could recurse infinitely
authorDave Mitchell <davem@fdisolutions.com>
Sun, 17 Jul 2005 20:12:54 +0000 (20:12 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sun, 17 Jul 2005 20:12:54 +0000 (20:12 +0000)
commitc5be5b4d0dbe0afabce77a95841bf101893b1571
treefd5a6d7adfdf92eec1e2f3b2eaccc1f9c3dc2ff9
parentce44635a98097a8f9f8acc0fc8393ebd5524dbdf
$SIG{__WARN__} = sub { goto &foo } could recurse infinitely

p4raw-id: //depot/perl@25160
t/op/goto.t
util.c