[PATCH 1/1] fit: check return value of fit_image_get_data_size()

Tom Rini trini at konsulko.com
Fri Mar 13 18:25:24 CET 2020


On Wed, Mar 11, 2020 at 09:51:08PM +0100, Heinrich Schuchardt wrote:

> GCC-10 reports:
> 
> In file included from tools/common/image-fit.c:1:
> include/image.h: In function ‘fit_image_get_data_and_size’:
> ./tools/../common/image-fit.c:1015:9: warning: ‘len’ may be used
> uninitialized in this function [-Wmaybe-uninitialized]
>  1015 |   *size = len;
>       |   ~~~~~~^~~~~
> ./tools/../common/image-fit.c:996:6: note: ‘len’ was declared here
>   996 |  int len;
>       |      ^~~
> 
> Add the missing check of the return value of fit_image_get_data_size().
> 
> Fixes: c3c863880479 ("add FIT data-position & data-offset property support")
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200313/03e6a166/attachment.sig>


More information about the U-Boot mailing list