efi_loader: parameter checks SetVariable()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 12 Jun 2019 21:28:42 +0000 (23:28 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:40 +0000 (19:18 +0200)
commitc77d8e9d893ea06082e3ea0f609895b306db1623
treefb2b457d1834e0ee40d0b2bb5e595061a73cc03a
parent17416eaff2bee8f81a094fb2805a2f1920c81a5e
efi_loader: parameter checks SetVariable()

Return EFI_INVALID_PARAMETER if the variable name has zero length or the
variable has runtime access but not boottime access.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable.c