summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
AgeCommit message (Expand)AuthorFilesLines
2026-05-06MdeModulePkg: Cleanup debug print readabilityBenjamin Doron1-1/+1
2026-02-24MdeModulePkg: Replace include guards with #pragma onceMichael Kubacki1-4/+1
2026-02-10MdeModulePkg/HiiDatabaseDxe: Fix parser issue in GetNameElement()Yang Gang1-2/+0
2025-12-06MdeModulePkg: Fix regressions from 11686, 11687, 11688, 11689.Aaron Pop1-1/+4
2025-12-02MdeModulePkg: Fix recently introduced uninitialized variable usage.Aaron Pop1-0/+1
2025-11-23MdeModulePkg: Fix missing NULL tests.Aaron Pop3-29/+126
2025-11-22MdeModulePkg: fix various typosPhilipp Schuster1-1/+1
2025-10-10MdeModulePkg/HiiDatabaseDxe: Avoid unexpected memory freeQihang Gao1-1/+1
2025-08-22MdeModulePkg/HiiDatabaseDxe: Avoid assert in InternalGetStringGao Qihang1-1/+2
2025-07-08MdeModulePkg: Remove UGA supportGuoMinJ1-1/+1
2025-06-09MdeModulePkg/HiiDatabaseDxe: Fix NULL Pointer access from EfiVarStoreDeepakX Singh1-0/+5
2025-05-16MdeModulePkg/HiiDatabaseDxe: Fix BlockSize lengthMaximilian Brune1-1/+1
2025-02-28MdeModulePkg/HiiDatabaseDxe: Prevent linker errorMichael Kubacki1-55/+60
2025-02-21MdeModulePkg/HiiDatabaseDxe: Remove buffer error for string default.edk2-stable202502Longhaox Lee1-5/+4
2025-01-14MdeModulePkg/HiiDatabaseDxe: Add string question load default support.Longhaox Lee1-0/+173
2024-12-02MdeModulePkg/HiiDatabase: Return default value for BIT VarStore as UNIT32Dandan Bi1-2/+2
2024-10-30MdeModulePkg: Adding support for authenticated variablenikhil p sheshagiri2-49/+132
2024-06-06MdeModulePkg/HiiDatabaseDxe: Remove assert for VarStoreId = 0Jeff Brasen1-2/+3
2024-06-04MdeModulePkg/HiiDatabaseDxe: Avoid struct assignmentArd Biesheuvel1-4/+5
2023-09-11MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool sizeMike Beaton1-1/+1
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki1-5/+9
2022-04-08MdeModulePkg/HiiDatabase: Fix Setup numeric default value incorrect issueChen, Lin Z2-0/+47
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki9-6071/+6584
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney5-34/+31
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+2
2021-09-02MdeModulePkg/HiiDatabaseDxe:remove dead code blockWenyi Xie1-3/+0
2020-10-07MdeModulePkg/HiiDatabase: Do not modify CONST stringJeff Brasen1-5/+7
2020-02-14MdeModulePkg/String.c: Zero memory before free (CVE-2019-14558)Dandan Bi1-1/+8
2020-02-14MdeModulePkg/HiiDB: Remove configuration table when it's freed (CVE-2019-14586)Dandan Bi1-1/+9
2019-11-06MdeModulePkg/HiiDatabaseDxe: ASSERT StringPtrShenglei Zhang1-0/+1
2019-11-04MdeModulePkg/HiiDatabaseDxe: ASSERT "Private->Attribute >> 4"Shenglei Zhang1-0/+1
2019-04-28MdeModulePkg/HiiDB: Minimize memory allocation times after ReadyToBootDandan Bi1-7/+17
2019-04-24MdeModulePkg/HiiDatabaseDxe: Release lock on all error return pathDandan Bi1-1/+6
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney12-84/+12
2019-03-08MdeModulePkg/HiiImage: Fix stack overflow when corrupted BMP is parsed (CVE-2...edk2-stable201903Ray Ni1-2/+2
2019-03-08MdeModulePkg/HiiDatabase: Fix potential integer overflow (CVE-2018-12181)Ray Ni1-23/+103
2018-10-26MdeModulePkg/HiiDB: Make sure database update behaviors are atomicDandan Bi4-1/+75
2018-10-26MdeModulePkg/HiiDB: Reorganize codes of exporting HII settingsDandan Bi3-47/+37
2018-10-09MdeModulePkg/HiiDB: Fix incorrect structure convention for checkboxDandan Bi1-1/+1
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-08-21MdeModulePkg HiiDatabaseDxe: Remove a redundant functionshenglei1-47/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao11-458/+458
2017-12-28MdeModulePkg HiiDataBase: Fix the potential NULL pointer accessLiming Gao1-3/+8
2017-12-27MdeModulePkg HiiDataBase: Fix the potential NULL pointer referenceLiming Gao1-4/+6
2017-12-26MdeModulePkg HiiDataBaseDxe: Add the check for the memory allocation returnLiming Gao1-0/+9
2017-12-25MdeModulePkg HiiDataBaseDxe: Initialize the local variable before referenceLiming Gao1-0/+3
2017-12-25MdeModulePkg HiiDataBase: Enable Firmware to retrieve the default settingLiming Gao3-2/+523
2017-11-08MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang1-3/+6
2017-09-21MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi3-36/+319
2017-04-18MdeModulePkg/HiiDB: Avoid incorrect results of multiplicationDandan Bi1-12/+12