commit | c77d8e9d893ea06082e3ea0f609895b306db1623 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 12 23:28:42 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 14 19:18:40 2019 +0200 |
tree | fb2b457d1834e0ee40d0b2bb5e595061a73cc03a | |
parent | 17416eaff2bee8f81a094fb2805a2f1920c81a5e [diff] |
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>