In Perl_sv_usepvn_flags(), with MYMALLOC, use the actual malloc()ed
authorNicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2008 19:55:33 +0000 (19:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2008 19:55:33 +0000 (19:55 +0000)
commit5d487c263b0c0c7fb6c50dee3540f1838c4ab067
tree7ed3c332f7542542d6a05ff5127e9d07bbce3324
parent98653f182f8d34d630c65229237c0d55f664e886
In Perl_sv_usepvn_flags(), with MYMALLOC, use the actual malloc()ed
size for SvLEN(), rather than an estimate.

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