commit | c169187d8972c3e270c1d9656e522dbfcdc6166c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Mar 20 19:20:17 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 22 11:06:23 2020 +0100 |
tree | c9b43b7a6ad54a4bd3d4eedfd2a1245e314096ef | |
parent | 31d9b3a48fc78cbc5be2b7b6ad15911a2d9c951f [diff] |
efi_selftest: check length reported by GetNextVariableName() GetNextVariableName should report the length of the variable including the final 0x0000 in bytes. Check this in the unit test. Increase the buffer size for variable names. 40 bytes is too short. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>