diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-04-29 19:20:35 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-04-30 10:25:07 +0200 |
commit | b5f4e9e384c36234a0e7f1c60957f369c4c05b5e (patch) | |
tree | 05f11b523990eef1257c0576ccfa4d9371027ae6 /test/py/u_boot_console_base.py | |
parent | 661c02ceb29d33e2f30cc19dd1a46582a66fd914 (diff) |
efi_loader: fix 'efidebug boot dump'
* Do not recreate a variable name that we already have as u16 string.
* Check the return value of malloc()
* EFI_NOT_FOUND cannot occur for a variable name returned by
GetNextVariableName(). Remove a print statement.
* Don't copy a GUID for no reason.
* Don't use the run-time service table to call exported functions.
* Don't pass NULL to show_efi_boot_opt_data() (fixes Coverity CID 300338).
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'test/py/u_boot_console_base.py')
0 files changed, 0 insertions, 0 deletions