mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-14 11:16:58 +02:00
The image is not unloaded if a security violation occurs.
If efi_set_load_options() fails, we do not free the memory allocated for
the optional data. We do not unload the image.
* Unload the image if a security violation occurs.
* Free load_options if efi_set_load_options() fails.
* Unload the image if efi_set_load_options() fails.
Fixes:
|
||
---|---|---|
.. | ||
conftest.py | ||
defs.py | ||
forge_image.sh | ||
openssl.cnf | ||
test_authvar.py | ||
test_signed_intca.py | ||
test_signed.py | ||
test_unsigned.py |