This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
slen may be uninitialized.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 7 May 2014 13:25:04 +0000 (09:25 -0400)
committerSteffen Mueller <smueller@cpan.org>
Wed, 28 May 2014 17:27:21 +0000 (19:27 +0200)
commit9b56a01971980348bbaf5753e47fcb59dee1ef49
tree75e3f1710024dabeea463007e5a0d6cde353ed07
parent0ac78434bf60027f078daa1108d6c7bcec1ad6e4
slen may be uninitialized.

Fix for Coverity perl5 CID 29081: Uninitialized scalar
variable (UNINIT) uninit_use_in_call: Using uninitialized value slen when
calling Perl_croak.

If all fails, slen hasn't been set, and croak will be called with that.
utf8.c