Namjae Jeon 43946b7049 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>
2020-07-21 10:44:06 +09:00
..
2020-03-05 21:00:40 -05:00
2020-06-29 17:11:18 +09:00
2020-06-29 17:11:18 +09:00
2020-06-09 11:24:59 -07:00
2020-03-05 21:00:40 -05:00
2020-06-09 16:49:25 +09:00