]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "fs: ext4fs: Fix some issues found by Smatch"
authorTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 16:44:38 +0000 (10:44 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 17:33:25 +0000 (11:33 -0600)
Andrew Goodbody <andrew.goodbody@linaro.org> says:

Smatch reported some issues in the ext4fs code. This includes a
suggestion to use an unwind goto, to not negate a return value and to
ensure that a NULL check happens before the pointer is dereferenced.

Link: https://lore.kernel.org/r/20250704-ext4fs_fix-v1-0-5c6acf4bf839@linaro.org
1  2 
fs/ext4/ext4fs.c

Simple merge