Re: [PATCH] efi_loader: variable: fix an reachable statement

2020-05-08 Thread Heinrich Schuchardt
On 08.05.20 07:51, AKASHI Takahiro wrote: > The code should jump into error recovery instead of just returning > an error. > > Signed-off-by: AKASHI Takahiro > Reported-by: Coverity (CID 300332) I already a patch with the same change: [PATCH 1/1] efi_loader: error handling in efi_set_variable_com

[PATCH] efi_loader: variable: fix an reachable statement

2020-05-07 Thread AKASHI Takahiro
The code should jump into error recovery instead of just returning an error. Signed-off-by: AKASHI Takahiro Reported-by: Coverity (CID 300332) --- lib/efi_loader/efi_variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/efi_variable.c b/lib/efi_loader/efi_