public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Yao Zi <me@ziyao.cc>
To: "Timo tp Preißl" <t.preissl@proton.me>, u-boot@lists.denx.de
Cc: trini@konsulko.com
Subject: Re: [PATCH 0/4] fix multiple integer overflows in fs
Date: Tue, 30 Dec 2025 03:53:11 +0000	[thread overview]
Message-ID: <aVNMp1yXjwEvjqbs@pie> (raw)
In-Reply-To: <20251229194418.69780-1-t.preissl@proton.me>

On Mon, Dec 29, 2025 at 07:44:21PM +0000, Timo tp Preißl wrote:
> This series fixes integer overflow issues in several filesystem
> subsystems of U-Boot. Without these fixes, certain size calculations
> could wrap, potentially leading to under-allocation and heap buffer
> overflows.

You should bump the series version when sending a new version of the
series with changes, and provide a changelog and link to the previous
version.

This helps others to distinguish and track different versions of you
patches, and understand what has been changed and what hasn't.

Regards,
Yao Zi

> 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(-)
> 
> tested on:
> make sandbox_defconfig
> -- 
> 2.43.0
> 
> 

      parent reply	other threads:[~2025-12-30  3:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-29 19:44 [PATCH 0/4] fix multiple integer overflows in fs Timo tp Preißl
2025-12-29 19:44 ` [PATCH 1/4] fs: prevent integer overflow in fs.c do_mv Timo tp Preißl
2025-12-29 19:44 ` [PATCH 2/4] fs: prevent integer overflow in zfs_nvlist_lookup Timo tp Preißl
2025-12-29 19:44 ` [PATCH 3/4] fs: prevent integer overflow in sqfs_concat Timo tp Preißl
2025-12-29 19:44 ` [PATCH 4/4] fs: prevent integer overflow in ext4fs_get_bgdtable Timo tp Preißl
2025-12-30  3:53 ` Yao Zi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aVNMp1yXjwEvjqbs@pie \
    --to=me@ziyao.cc \
    --cc=t.preissl@proton.me \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox