]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: check uuid_str_to_bin return value
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Mon, 31 Jul 2023 08:53:02 +0000 (17:53 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 3 Aug 2023 07:21:03 +0000 (09:21 +0200)
commitdd53379bf69b18a47d0a262bb031397c9e3ef98c
tree229bf5afdb654a96d4881094aa11086f0d2807f8
parentda46b93e7cf440e325efc1193bc7f8ceb4590b15
efi_loader: check uuid_str_to_bin return value

Check the uuid_str_to_bin return value, skip the node
if the image-type-id property is wrong format.

Addresses-Coverity-ID: 463145 ("Error handling issues")
Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_firmware.c