This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_dup should be allocating bodies based on *size*, not the
authorNicholas Clark <nick@ccl4.org>
Fri, 16 Dec 2005 18:12:26 +0000 (18:12 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 16 Dec 2005 18:12:26 +0000 (18:12 +0000)
commit3043b442861dc32a5941608838b57d2e089a7e25
treec60c91dcbff7a4ff6fefc033116f481718ee6023
parent2d6f15eafc21a67bcb6eacef80e82c8f616ab7c1
Perl_sv_dup should be allocating bodies based on *size*, not the
length to copy.

p4raw-id: //depot/perl@26378
sv.c