mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
TempBuffer variable is only dynamically allocated when the opcode is EFI_IFR_STRING_OP and the string value is not 0, so it should be freed under the same condition. Otherwise, the variable may be unexpected freed. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn> |
||
|---|---|---|
| .. | ||
| ConfigKeywordHandler.c | ||
| ConfigRouting.c | ||
| Database.c | ||
| Font.c | ||
| HiiDatabase.h | ||
| HiiDatabase.uni | ||
| HiiDatabaseDxe.inf | ||
| HiiDatabaseEntry.c | ||
| HiiDatabaseExtra.uni | ||
| Image.c | ||
| ImageEx.c | ||
| String.c | ||