commit | d8242e60b397bbf4509e6dba6784e0154fbcd9f9 | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Thu Jan 06 09:44:15 2022 +0000 |
committer | György Szing <gyorgy.szing@arm.com> | Thu Mar 31 10:10:23 2022 +0200 |
tree | f96c381812fd47721a8ca6ef6bc6c834d4af6c0e | |
parent | 074b9fc0105badf0e1ee781f68093605f1a6aa35 [diff] |
Fix smm_variable getNextVariable invalid parameter handling The case where a non-empty variable name that doesn't exist was being reported with a status of EFI_NOT_FOUND. This error condition should have the status EFI_INVALID_PARAMETER to allow a client to distinguish between the normal termination case and the case where a variable name that no longer exists is passed. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: Ia67b5ff25782676a554842365d5c15640ed101da