]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: ufetch: Initialise size before first use
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Thu, 26 Jun 2025 14:12:58 +0000 (15:12 +0100)
committerCasey Connolly <casey.connolly@linaro.org>
Mon, 14 Jul 2025 13:35:24 +0000 (15:35 +0200)
commit8830e72092e07e4439835ed07efefff91aede67e
tree13c74c7ba964be3340a849cd7a116cad7e62ad2b
parentd8da51a87c2a73b3f6aa2bf38a8db91b16cc30a9
cmd: ufetch: Initialise size before first use

The local variable size is not assigned to before it is used
for the first time. Correct this.

This issue was found by Smatch.

Fixes: 86d462c05d57 (cmd: add a fetch utility)
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Casey Connolly <casey.connolly@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Link: https://lore.kernel.org/r/20250626-ufetch_fix-v1-1-025afdb85dc2@linaro.org
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
cmd/ufetch.c