commit | fbe0805b2091393406952e84724188f8c1941837 | [log] [tgz] |
---|---|---|
author | Longhaox Lee <longhaox.lee@intel.com> | Fri Feb 14 16:44:06 2025 +0800 |
committer | Liming Gao <gaoliming@byosoft.com.cn> | Fri Feb 21 08:50:36 2025 +0800 |
tree | f0ddf2aa9c2ca88b92e26266bc6ac1790d1e3d93 | |
parent | 0192f2d7cb3098d5cf1a2ed25874f47a08001de7 [diff] |
MdeModulePkg/HiiDatabaseDxe: Remove buffer error for string default. Remove efivarstore IFR buffer error when string load default. In the case of varstore type IFR, it will be NULL, just break into next opcode process. Resolve issue from commit cbe8a09dbac5c39d24ce5c4b9e7d44607f6c23da varstore type IFR string might return status error while execute ExtractConfig function. Signed-off-by: Longhao Lee <longhaox.lee@intel.com>