[PATCH v2 0/4] fix integer overflows in filesystem code
Timo tp Preißl
t.preissl at proton.me
Wed Dec 31 11:08:40 CET 2025
Changes in v2:
-rebased, added changelog and bumped verison number
-formatted and cleaned the patches in response to Tom Rini
v1:
https://lore.kernel.org/u-boot/20251231015450.GW710860@bill-the-cat/T/
This patch series fixes potential integer overflows in U-Boot
filesystem code. It includes the following patches:
Timo tp Preißl (4):
fs: prevent integer overflow in fs.c do_mv
fs: prevent integer overflow in zfs_nvlist_lookup
fs: prevent integer overflow in sqfs_concat
fs: prevent integer overflow in ext4fs_get_bgdtable
fs/ext4/ext4_write.c | 7 ++++++-
fs/fs.c | 16 +++++++++++++---
fs/squashfs/sqfs.c | 8 ++++++--
fs/zfs/zfs.c | 5 ++++-
4 files changed, 29 insertions(+), 7 deletions(-)
--
2.43.0
More information about the U-Boot
mailing list