summaryrefslogtreecommitdiff
path: root/cmd/bootdev.c
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2022-11-10 10:21:24 +0200
committerHeinrich Schuchardt <[email protected]>2022-11-16 08:34:06 +0100
commit9fb3269ab39d3b3b1db43296b5d2619238eaa8b0 (patch)
tree4719bb11fa11a88c3c95527de505653d0f60a5c9 /cmd/bootdev.c
parent2b94359e9c489061b66cc7dcefddbb6adb5ba9f8 (diff)
efi_loader: initialize return values in efi_uninstall_multiple_protocol_interfaces_int()
If the va_list we got handed over contains no protocols we must return EFI_SUCCESS. However in that case the current code just returns an unintialized value. Fix that by setting the return value in the variable definition Addresses-Coverity: CID 376195: ("Uninitialized variables (UNINIT)") Signed-off-by: Ilias Apalodimas <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'cmd/bootdev.c')
0 files changed, 0 insertions, 0 deletions