Files
edk2/MdeModulePkg
Gao Qihang eb3354a499 MdeModulePkg/HiiDatabaseDxe: Avoid assert in InternalGetString
If string default is set to zero in vfr file and VfrCompile may not
found the invalid operation, assert is trigged. This patch will check
whether StringId is 0 to avoid assert.

Cc: Chao Li <lichao@loongson.cn>
Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
2025-08-22 09:15:51 +00:00
..