Re: [PATCH 1/1] efi_loader: definition of GetNextVariableName()

2020-03-30 Thread AKASHI Takahiro
On Sun, Mar 22, 2020 at 06:35:34PM +0100, Heinrich Schuchardt wrote: > 'vendor' is both an input and an output parameter. So it cannot be > constant. The same fix must be applied to parse_uboot_variable(). -Takahiro Akashi > Fixes: 0bda81bfdc5c ("efi_loader: use const efi_guid_t * for variable

[PATCH 1/1] efi_loader: definition of GetNextVariableName()

2020-03-22 Thread Heinrich Schuchardt
'vendor' is both an input and an output parameter. So it cannot be constant. Fixes: 0bda81bfdc5c ("efi_loader: use const efi_guid_t * for variable services") Signed-off-by: Heinrich Schuchardt --- include/efi_api.h | 2 +- include/efi_loader.h | 2 +-