commit | 6187c7c9084225d54fe6b68263e066c85cc1956f | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Mon Jan 29 11:51:14 2024 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Jan 29 11:31:44 2024 +0100 |
tree | c60047ae93c02a1b4a8b80049ed661a73ae3c9da | |
parent | 10899c8fe6418b962a89fb78f38a9c4c01d15d67 [diff] |
efi_loader: check efi_get_variable_int return value efi_get_variable_int() may fail, the buffer should be cleared before using it. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Addresses-Coverity-ID: 478333 ("Error handling issues")