summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2014-10-29 14:50:44 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-14 08:47:59 -0800
commit8b080e3470f4c01a27cc5fc8b73676300c6be12d (patch)
treeca327960f8b06b4132e2f9f0ef765329ff45c687 /block
parent6c8ad60fef55353a5add4d9e5aabecc1d01968c3 (diff)
downloadlinux-3.10-8b080e3470f4c01a27cc5fc8b73676300c6be12d.tar.gz
linux-3.10-8b080e3470f4c01a27cc5fc8b73676300c6be12d.tar.bz2
linux-3.10-8b080e3470f4c01a27cc5fc8b73676300c6be12d.zip
lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()
commit ea5d05b34aca25c066e0699512d0ffbd8ee6ac3e upstream. If __bitmap_shift_left() or __bitmap_shift_right() are asked to shift by a multiple of BITS_PER_LONG, they will try to shift a long value by BITS_PER_LONG bits which is undefined. Change the functions to avoid the undefined shift. Coverity id: 1192175 Coverity id: 1192174 Signed-off-by: Jan Kara <jack@suse.cz> Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions