exfat: fix overflow issue in exfat_cluster_to_sector()
authorNamjae Jeon <namjae.jeon@samsung.com>
Fri, 3 Jul 2020 02:16:32 +0000 (11:16 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jul 2020 08:19:38 +0000 (10:19 +0200)
commitb6febb000c71a2ca6530bea2fca9197177a83f8e
treeb31b72a84403edd208dd8d7f75634f789af86ed0
parent4cc3f16ea92741a44ffe7f4a8f865c3ba4f32d50
exfat: fix overflow issue in exfat_cluster_to_sector()

commit 43946b70494beefe40ec1b2ba4744c0f294d7736 upstream.

An overflow issue can occur while calculating sector in
exfat_cluster_to_sector(). It needs to cast clus's type to sector_t
before left shifting.

Fixes: 1acf1a564b60 ("exfat: add in-memory and on-disk structures and headers")
Cc: stable@vger.kernel.org # v5.7
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/exfat/exfat_fs.h