[PATCH] Revert "ext4fs: Fix: Read outside partition error"
Tom Rini
trini at konsulko.com
Tue May 27 22:19:14 CEST 2025
On Mon, 26 May 2025 16:29:31 -0600, Tom Rini wrote:
> The issue here is that the function read_allocated_block() will report
> problems via a negative return value. If we say the return value is
> stored in an lbaint_t that can no longer happen (and Coverity discovered
> this by reporting a no effect comparison and then dead code). The
> problem being fixed by allowing for storing a larger block number will
> have to be solved in some other manner.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] Revert "ext4fs: Fix: Read outside partition error"
commit: e04d137231f2e9e14708a32448c879125b8e308f
--
Tom
More information about the U-Boot
mailing list