Select Git revision
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Aaron Williams authored
This patch fixes several issues where sector offsets can overflow due to being limited to 16-bits. The cases where an overflow can happen when accessing large FAT32 partitions are: - length of FAT in sectors - start sector of root directory - the sector of the first cluster These issues were observed when reading files from a 64GB FAT32 filesystem. Signed-off-by:
Aaron Williams <aaron.williams@caviumnetworks.com> Tested-by:
Anatolij Gustschin <agust@denx.de> Signed-off-by:
Anatolij Gustschin <agust@denx.de>
Aaron Williams authoredThis patch fixes several issues where sector offsets can overflow due to being limited to 16-bits. The cases where an overflow can happen when accessing large FAT32 partitions are: - length of FAT in sectors - start sector of root directory - the sector of the first cluster These issues were observed when reading files from a 64GB FAT32 filesystem. Signed-off-by:
Aaron Williams <aaron.williams@caviumnetworks.com> Tested-by:
Anatolij Gustschin <agust@denx.de> Signed-off-by:
Anatolij Gustschin <agust@denx.de>