commit | eefb790e9010282fb5c430cb18986f3838181c6d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 22 20:10:46 2019 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Feb 13 09:40:06 2019 +0100 |
tree | 91bbad4aef4f9e63c16dbbebf4dd33cbccbdaff5 | |
parent | 6c75db07f4115904a460540c8956db2087cceb1f [diff] |
efi_loader: fix GetNextVariableName Our current implementation of GetNextVariableName() first collects all EFI variables. If none is found at all hexport_r() returns a zero length string terminated by \0 and the value 1 as number of bytes in the returned buffer. In this case GetNextVariableName() has to return EFI_NOT_FOUND. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>