commit | cd9f860b70dd1b679f84584f40f7eb038cd3cbd3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Nov 19 19:40:08 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Nov 21 07:26:16 2020 +0100 |
tree | e1e9bf9854aea4f4fd851f779555a42ef51f7f01 | |
parent | c67fef6e7786bf542fb2911d1f03ba25bb7badf0 [diff] |
efi_loader: parameter check in GetNextVariableName() If GetNextVariableName() is called with a non-existing combination of VariableName and VendorGuid, return EFI_INVALID_PARAMETER. If GetNextVariableName() is called with a string that is not zero terminated, return EFI_INVALID_PARAMETER. Reformat a line over 80 characters. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>