summaryrefslogtreecommitdiffstats
path: root/lib/bitrev.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2014-11-19 13:06:22 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-16 06:59:32 -0800
commit0fa799921d850b6e3321cf6bd54c48894c4af927 (patch)
tree20b0e64e6a1a6eb684ad36b2280c3a08d0ca4621 /lib/bitrev.c
parent25f9cb00a7862643fe3209e3a8ab3387af2a784d (diff)
downloadlinux-stable-0fa799921d850b6e3321cf6bd54c48894c4af927.tar.gz
linux-stable-0fa799921d850b6e3321cf6bd54c48894c4af927.tar.bz2
linux-stable-0fa799921d850b6e3321cf6bd54c48894c4af927.zip
genhd: check for int overflow in disk_expand_part_tbl()
commit 5fabcb4c33fe11c7e3afdf805fde26c1a54d0953 upstream. We can get here from blkdev_ioctl() -> blkpg_ioctl() -> add_partition() with a user passed in partno value. If we pass in 0x7fffffff, the new target in disk_expand_part_tbl() overflows the 'int' and we access beyond the end of ptbl->part[] and even write to it when we do the rcu_assign_pointer() to assign the new partition. Reported-by: David Ramos <daramos@stanford.edu> Signed-off-by: Jens Axboe <axboe@fb.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/bitrev.c')
0 files changed, 0 insertions, 0 deletions