Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 80eaa563ec1cd2272334134d5fd35d856843fe65 https://github.com/tianocore/edk2/commit/80eaa563ec1cd2272334134d5fd35d856843fe65 Author: Qihang Gao <gaoqih...@loongson.cn> Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths: M MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c Log Message: ----------- MdeModulePkg/HiiDatabaseDxe: Avoid unexpected memory free 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 <gaoqih...@loongson.cn> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits