commit | e044a7694cc43c359d1a354e0fe56639371d5f1a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Sep 23 22:18:09 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Sep 23 22:53:25 2019 +0200 |
tree | a74a01735f4a354e84a9463489d442b6484af3cb | |
parent | 92d575cdb5a7f7b679d51b627e04511ddb56856d [diff] |
efi_loader: SetVariable() fix illegal return We always have to return via EFI_EXIT() from EFIAPI functions. Coverity reported an unreachable line and a resource leak. Fixes: commit 6d2f27c5fd60 ("efi_loader: variable: support APPEND_WRITE") Reported-by: Coverity Scan CID 253575, CID 184095 Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>