]> git.dujemihanovic.xyz Git - u-boot.git/commit
bloblist: Fix use of uninitialized variable
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 23 Oct 2024 13:20:18 +0000 (15:20 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 23:24:13 +0000 (17:24 -0600)
commitb36f62946467f2c923d351547ec5f0f720e9ec90
tree84e8e638e1a25814ec01892cf57d3dedb32b9292
parent3cc4123ed50b1b6d2ddaf1886dd70d7b8bf8b6a6
bloblist: Fix use of uninitialized variable

Initialize addr to zero which allows to build on the CI
which is more strict.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/bloblist.c