efi_loader: fix 'efidebug bootorder'
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 29 Apr 2020 19:15:08 +0000 (21:15 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 30 Apr 2020 08:25:07 +0000 (10:25 +0200)
commitf9f5f92bc54b035223e447bc5740544efd0569d9
treeeb499844d361a689c6871ed0ea6151d43d8df52e
parentdd9056c06a0557bc08ca986530024568e01ede6f
efi_loader: fix 'efidebug bootorder'

* don't copy GUIDs for no reason
* shorten print format strings by using variable names
* don't use the run-time table to access exported functions
* check the result of malloc() (fixes Coverity CID 300331)

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c