efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 8 Sep 2019 09:37:07 +0000 (11:37 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 11 Sep 2019 19:51:38 +0000 (21:51 +0200)
commit8262578535f18cdab95318828e6fd6464721ac54
tree6241505eaf59f35fef0ed515e6318c73155ab531
parent11335c0439aa76bc5ed32b1ccfcab9995e2eac6b
efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()

We do not support volume label changes. No parameter checks are needed
here.

When the info for as file is changed the buffer must always contain a file
name.

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