]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitdb26e763123ffba582a5231d0ee5ca16bd2cc048
tree6241505eaf59f35fef0ed515e6318c73155ab531
parente8b8750de0f631bb1e1031b5d47716edc42930cc
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