commit | fc4ca6b01555e8c62739f686a3ac333df6c24ad3 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Sat Mar 27 10:56:07 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Apr 10 12:00:24 2021 +0200 |
tree | 4b72f6700c0f20c007e71ebf2c1e0858833c80f1 | |
parent | c92aa4b00b216e28b04362af5f4b0f1ce1625ca5 [diff] |
efi_loader: Cleanup get_var duplication get_var() is defined statically in efi_bootmgr.c and doesn't properly check a buffer allocation. Remove it completely and use the exported function from efi_var_common.c that does the same thing Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>