]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commitc29dfc2bb2aed7159b429b210694e2cba17867de
treeb40676f8fb2e2709e939874c33740c0128c8110a
parentb4528976e72b829e24fc2826944040beb1ba749f
parent2d6221262ee948b9ae407b51a9bae693348826f5
Merge patch series "fs: ext4fs: Fix some issues found by Smatch"

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
fs/ext4/ext4fs.c