commit | 9d1c93cec8f4e832fa27386364f5ef3f561fc69d | [log] [tgz] |
---|---|---|
author | Bence Balogh <bence.balogh@arm.com> | Thu Mar 28 10:02:20 2024 +0100 |
committer | Bence Balogh <bence.balogh@arm.com> | Tue Apr 16 08:32:57 2024 +0200 |
tree | 07cc376506e6d6b90a1c71e624daffa614c3a44f | |
parent | 43892fa35550bd7d1a1ee86369c61f2133292b29 [diff] |
Fix GetNextVariableName implementation The NameSize has to be set if EFI_BUFFER_TOO_SMALL is returned, according to the UEFI specs [1]. Moved the NameSize assignment to align with this. [1] https://uefi.org/specs/UEFI/2.10/08_Services_Runtime_Services.html#getnextvariablename Signed-off-by: Bence Balogh <bence.balogh@arm.com> Change-Id: I5b1238cfb88062778d4bba047ee1ba77e86fd3b1