exfat: fix overflow issue in exfat_cluster_to_sector()
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>
Git-commit: 43946b70494beefe40ec1b2ba4744c0f294d7736
Git-repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Signed-off-by:
lixiang <lixiang@codeaurora.org>
Loading
Please register or sign in to comment