This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #32039] Chained goto &sub drops data too early.
authorDave Mitchell <davem@fdisolutions.com>
Sat, 23 Oct 2004 21:50:19 +0000 (21:50 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 23 Oct 2004 21:50:19 +0000 (21:50 +0000)
commitb1464ded1acfef257a05adfafdd413fb0659a7e5
tree01d7f3cc46e4b201b8310299bb721bbb4121eb1c
parentf9d05ba35dc7d01260b38a6dc93f199c3b1d2c39
[perl #32039] Chained goto &sub drops data too early.

Change 22373 to stop a memory leak in goto &foo intead caused
the elements of @_ to be freed too early. This revised fix
just transfers the reifiedness of the old @_ to the new @_

p4raw-id: //depot/perl@23418
pp_ctl.c
t/op/goto.t