This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Cannot rotl u32 (hek_hash) by 64 bits.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 13 May 2014 12:18:05 +0000 (08:18 -0400)
committerSteffen Mueller <smueller@cpan.org>
Wed, 28 May 2014 13:20:53 +0000 (15:20 +0200)
commit3f49e765225af085951605f8b1c60eadd98ef39f
tree83af6cce0bfc6723a2cc4e6ca263b50c2fead294
parent461a975bd8196c522aeb2e0a06eb6980c25ffa2e
Cannot rotl u32 (hek_hash) by 64 bits.

Fix for Coverity perl5 CID 28935:
Operands don't affect result (CONSTANT_EXPRESSION_RESULT)
result_independent_of_operands: (unsigned long)entry->hent_hek->hek_hash >> 47 /* 64 - 17 */ is 0 regardless of the values of its operands. This occurs as the bitwise second operand of '|'.
hv.c