This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exfat: fix overflow issue in exfat_cluster_to_sector()
An overflow issue can occur at sector calculation in exfat_cluster_to_sector(). It needs to cast clus's type to sector_t before left shifting. Signed-off-by: Namjae Jeon <[email protected]>
- Loading branch information