On 11/8/25 15:01, Gerd Hoffmann wrote:
When listing variables (via get-next-variable-name) only the names of variables which can be accessed will be returned. That check was missing for the first variable though. Add it.Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- hw/uefi/var-service-vars.c | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>