OSDN Git Service

efivar: Fix some types in -L behavior to pacify coverity.
authorPeter Jones <pjones@redhat.com>
Tue, 12 Jun 2018 18:36:20 +0000 (14:36 -0400)
committerPeter Jones <pjones@redhat.com>
Tue, 12 Jun 2018 18:36:20 +0000 (14:36 -0400)
commit4becb1303fee8bd7b377292c74589d6ec69009ae
tree788217e564f6c0cf8bcbe810ab6928c30ff42371
parentbd609a59369574c95f7f31b15caae8bb86b71f39
efivar: Fix some types in -L behavior to pacify coverity.

Coverity doesn't realize that efi_well_known_guids is /actually/ an
array, because we didn't tell it so.  So fix the declaration so we've
told it so.

Signed-off-by: Peter Jones <pjones@redhat.com>
src/efivar.c