This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
authorNicholas Clark <nick@ccl4.org>
Sat, 2 Oct 2004 21:49:15 +0000 (21:49 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 2 Oct 2004 21:49:15 +0000 (21:49 +0000)
commit95899a2a29f7dc4950eff7768b479a7492599135
tree97a4d51a6917e1f374b37f1b33bf871df4c86b32
parent53cd54806aabd2c7159c2bd2a9152721d6b02e08
Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
any check on whether it's valid.

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