summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/HiiDatabase: Do not modify CONST stringJeff Brasen2020-10-071-5/+7
* MdeModulePkg/String.c: Zero memory before free (CVE-2019-14558)Dandan Bi2020-02-141-1/+8
* MdeModulePkg/HiiDB: Remove configuration table when it's freed (CVE-2019-14586)Dandan Bi2020-02-141-1/+9
* MdeModulePkg/HiiDatabaseDxe: ASSERT StringPtrShenglei Zhang2019-11-061-0/+1
* MdeModulePkg/HiiDatabaseDxe: ASSERT "Private->Attribute >> 4"Shenglei Zhang2019-11-041-0/+1
* MdeModulePkg/HiiDB: Minimize memory allocation times after ReadyToBootDandan Bi2019-04-281-7/+17
* MdeModulePkg/HiiDatabaseDxe: Release lock on all error return pathDandan Bi2019-04-241-1/+6
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0912-84/+12
* MdeModulePkg/HiiImage: Fix stack overflow when corrupted BMP is parsed (CVE-2...edk2-stable201903Ray Ni2019-03-081-2/+2
* MdeModulePkg/HiiDatabase: Fix potential integer overflow (CVE-2018-12181)Ray Ni2019-03-081-23/+103
* MdeModulePkg/HiiDB: Make sure database update behaviors are atomicDandan Bi2018-10-264-1/+75
* MdeModulePkg/HiiDB: Reorganize codes of exporting HII settingsDandan Bi2018-10-263-47/+37
* MdeModulePkg/HiiDB: Fix incorrect structure convention for checkboxDandan Bi2018-10-091-1/+1
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg HiiDatabaseDxe: Remove a redundant functionshenglei2018-08-211-47/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-2811-458/+458
* MdeModulePkg HiiDataBase: Fix the potential NULL pointer accessLiming Gao2017-12-281-3/+8
* MdeModulePkg HiiDataBase: Fix the potential NULL pointer referenceLiming Gao2017-12-271-4/+6
* MdeModulePkg HiiDataBaseDxe: Add the check for the memory allocation returnLiming Gao2017-12-261-0/+9
* MdeModulePkg HiiDataBaseDxe: Initialize the local variable before referenceLiming Gao2017-12-251-0/+3
* MdeModulePkg HiiDataBase: Enable Firmware to retrieve the default settingLiming Gao2017-12-253-2/+523
* MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-081-3/+6
* MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi2017-09-213-36/+319
* MdeModulePkg/HiiDB: Avoid incorrect results of multiplicationDandan Bi2017-04-181-12/+12
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-10/+10
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-022-9/+65
* MdeModulePkg/HiiDatabase: clean the value before setting default stringDandan Bi2017-02-211-2/+15
* MdeModulePkg HiiDatabase: Remove extra memory initialization.Eric Dong2016-11-171-1/+1
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-272-14/+14
* MdeModulePkg/HiiDatabaseDxe.inf: Correct the GUID usagesRuiyu Ni2016-10-251-2/+2
* MdeModulePkg/HiiDataBase: Fix NULL deference bug in HiiGetImageInfoRuiyu Ni2016-10-091-0/+4
* MdeModulePkg/HiiDataBase: Fix incorrect local variable typeDandan Bi2016-10-081-1/+1
* MdeModulePkg/HiiDatabase: Add HiiImageEx implementation.Ruiyu Ni2016-09-285-53/+822
* MdeModulePkg/HiiDatabase: Update HiiImage to support PNG/JPEGRuiyu Ni2016-09-281-7/+14
* MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni2016-09-285-75/+75
* MdeModulePkg/HiiDatabase: Refine HiiDrawImage()Ruiyu Ni2016-09-281-14/+12
* MdeModulePkg/HiiDatabase: Refine HiiSetImage()Ruiyu Ni2016-09-281-70/+46
* MdeModulePkg/HiiDatabase: Refine HiiGetImage()Ruiyu Ni2016-09-281-35/+20
* MdeModulePkg/HiiDatabase: Refine HiiNewImage()Ruiyu Ni2016-09-281-56/+27
* MdeModulePkg/HiiDatabase: Move common code to LocatePackageList()Ruiyu Ni2016-09-281-54/+34
* MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddressRuiyu Ni2016-09-283-76/+63
* MdeModulePkg/HiiDB: Handle the "&READONLY" tag in <KeywordResp> correctlyDandan Bi2016-09-121-4/+13
* MdeModulePkg/HiiDB: Share default if some default value are not specifiedDandan Bi2016-08-112-16/+109
* MdeModulePkg/HiiDB: Record fail info if fail to save data for EfiVarStoreDandan Bi2016-07-071-0/+3
* MdeModulePkg/HiiDatabaseDxe: Add ASSERT before using the pointer 'String'Dandan Bi2016-06-281-4/+4
* MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-212-32/+56
* MdeModulePkg/Database: Fix incorrect calculation of baseline in FontPackageDandan Bi2016-06-151-0/+16
* MdeModulePkg/HiiDatabase: Remove the incorrect calculation of font baselineDandan Bi2016-06-061-4/+0
* MdeModulePkg/HiiDatabase: Preinit background when render string to screenDandan Bi2016-06-061-0/+6