aboutsummaryrefslogtreecommitdiffstats
path: root/block/compat_ioctl.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2014-11-19 13:06:22 -0700
committerBen Hutchings <ben@decadent.org.uk>2015-02-20 00:49:25 +0000
commit44cee4aa677c9cc2a48d2bdde8928115e06cb9a0 (patch)
treef4fa3df4b6c649d033978b4d3b76015cffad5baa /block/compat_ioctl.c
parent3cf6ed7571ec1ad4cbec7ae63fef0288c2370c0b (diff)
downloadkernel_samsung_smdk4412-44cee4aa677c9cc2a48d2bdde8928115e06cb9a0.zip
kernel_samsung_smdk4412-44cee4aa677c9cc2a48d2bdde8928115e06cb9a0.tar.gz
kernel_samsung_smdk4412-44cee4aa677c9cc2a48d2bdde8928115e06cb9a0.tar.bz2
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: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'block/compat_ioctl.c')
0 files changed, 0 insertions, 0 deletions