This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid coredump on C<sort { my $c; return $a cmp $b } ...>
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 20 Oct 1999 23:45:03 +0000 (23:45 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 20 Oct 1999 23:45:03 +0000 (23:45 +0000)
commit970c490586e0f01dd70401842b590223949989af
treecad6f7973f3f9254b46dbbcbfe2c052e68a43c9a
parentc9d9b47338546ba1896637d2b0c054dc47bef6ef
avoid coredump on C<sort { my $c; return $a cmp $b } ...>

p4raw-id: //depot/perl@4417
op.c