]> Git Repo - J-u-boot.git/commit
efi_loader: SetVariable() deleting variables
authorHeinrich Schuchardt <[email protected]>
Mon, 23 Sep 2019 20:38:53 +0000 (22:38 +0200)
committerHeinrich Schuchardt <[email protected]>
Mon, 23 Sep 2019 20:53:25 +0000 (22:53 +0200)
commit3545c6614342e8d91055a0f907ca7441ba00b928
tree462080bdd8383ae22c6da617f9bdb2c591a6c3a8
parentedb6b6842cbddc012d64491701f1d0979ffa96b3
efi_loader: SetVariable() deleting variables

APPEND_WRITE with data length zero is allowable according to the UEFI
specification.

The EDK2 interpretation of no access attributes is attributes = 0. As
the UEFI specification is vague in this respect let's stick to EDK2 here.

Fixes: commit 6d2f27c5fd60 ("efi_loader: variable: support APPEND_WRITE")
Signed-off-by: Heinrich Schuchardt <[email protected]>
lib/efi_loader/efi_variable.c
This page took 0.033416 seconds and 4 git commands to generate.