This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 4 Feb 2000 04:45:13 +0000 (04:45 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 4 Feb 2000 04:45:13 +0000 (04:45 +0000)
commit354992b151c6d0f4f02b9e65e8ba749a959e700d
tree128289cffb439d7ecf6f963c11291dd4447397d7
parente194c14e895d209252cde093bbc79234adb5b8de
fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>

p4raw-id: //depot/perl@4970
op.c
scope.c
scope.h
t/op/closure.t
toke.c