u-boot/fs
Joao Marcos Costa 59fd62d71c fs/squashfs: fix potential integer overflows
The length of buffers used to read inode tables, directory tables, and
reading a file are calculated as: number of blocks * block size, and
such plain multiplication is prone to overflowing (thus unsafe).

Replace it by __builtin_mul_overflow, i.e. safe math.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
2025-02-24 08:49:04 -06:00
..
btrfs fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load' 2024-11-15 13:11:47 -06:00
cbfs Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
cramfs fs/cramfs: use schedule instead of cyclic_run as callback 2024-10-23 06:52:38 +02:00
erofs fs/erofs: fix an integer overflow in symlink resolution 2025-02-18 12:32:07 -06:00
ext4 fs: ext4: correct error handling 2024-11-13 08:18:50 -06:00
fat global: Rename SPL_ to XPL_ 2024-10-11 11:44:48 -06:00
jffs2 fs: Remove duplicate newlines 2024-07-15 12:12:17 -06:00
sandbox global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
squashfs fs/squashfs: fix potential integer overflows 2025-02-24 08:49:04 -06:00
ubifs fs: ubifs: Remove unnecessary assignment 2025-01-28 06:44:18 +01:00
zfs fs: Remove duplicate newlines 2024-07-15 12:12:17 -06:00
fs.c lmb: Remove lmb_alloc_addr_flags() 2024-12-30 13:21:55 -06:00
fs_internal.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Kconfig fs: eliminate YAFFS2 implementation 2025-01-20 08:32:48 -06:00
Makefile fs: eliminate YAFFS2 implementation 2025-01-20 08:32:48 -06:00
semihostingfs.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00