Skip to content
Commit b5f4e9e3 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 661c02ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment