diff options
author | Namjae Jeon <namjae.jeon@samsung.com> | 2020-07-03 11:16:32 +0900 |
---|---|---|
committer | Namjae Jeon <namjae.jeon@samsung.com> | 2020-07-21 10:44:06 +0900 |
commit | 43946b70494beefe40ec1b2ba4744c0f294d7736 (patch) | |
tree | 70aa76f22938b1d00033ed174e7ea6af7d7aa043 /fs/exfat/inode.c | |
parent | ba47d845d715a010f7b51f6f89bae32845e6acb7 (diff) | |
download | linux-43946b70494beefe40ec1b2ba4744c0f294d7736.tar.gz linux-43946b70494beefe40ec1b2ba4744c0f294d7736.tar.bz2 linux-43946b70494beefe40ec1b2ba4744c0f294d7736.zip |
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>
Diffstat (limited to 'fs/exfat/inode.c')
0 files changed, 0 insertions, 0 deletions