Re: [PATCH 2/2] efi_selftest: check length report by GetNextVariableName()

2020-03-30 Thread AKASHI Takahiro
On Fri, Mar 20, 2020 at 07:28:20PM +0100, Heinrich Schuchardt wrote: > GetNextVariableName should report the length of the variable including the > final 0x in bytes. > > Check this in the unit test. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_selftest/efi_selftest_variables.c |

[PATCH 2/2] efi_selftest: check length report by GetNextVariableName()

2020-03-20 Thread Heinrich Schuchardt
GetNextVariableName should report the length of the variable including the final 0x in bytes. Check this in the unit test. Signed-off-by: Heinrich Schuchardt --- lib/efi_selftest/efi_selftest_variables.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git