summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Common
AgeCommit message (Expand)AuthorFilesLines
2020-10-26BaseTools: Fix PcdValueInit tool build issue with VS compiler x64Bob Feng1-1/+1
2020-07-29BaseTools/PeCoffLoaderEx: Remove the unused local variableAbner Chang1-3/+0
2020-04-29BaseTools: BaseTools changes for RISC-V platform.Abner Chang3-1/+109
2020-02-07BaseTools/PcdValueCommon: Fix 64-bit host compiler errorSean Brogan1-1/+1
2020-02-07BaseTools/Build: Do not use Common.lib in Structured PCD appKinney, Michael D2-4/+2
2019-07-08BaseTools: Fix various typosAntoine Cœur1-2/+2
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney39-273/+39
2019-03-27BaseTools/C/Common: Improve performance of boundary validationShenglei Zhang1-3/+4
2019-02-25BaseTools: Add parameter check for the AsciiStringToUint64Feng, Bob C1-1/+1
2019-02-14BaseTools: Various typoAntoine Coeur21-52/+52
2019-01-14BaseTools: Remove unused logic from C toolsFeng, Bob C2-174/+2
2018-12-06BaseTools/CommonLib: drop the use of MAX_ADDRESSArd Biesheuvel1-1/+0
2018-12-05BaseTools/CommonLib: drop definition of MAX_UINTNArd Biesheuvel1-1/+0
2018-12-05BaseTools/CommonLib: get rid of 'native' type string parsing routinesArd Biesheuvel2-193/+5
2018-12-05BaseTools/CommonLib: add definition of MAX_UINT32Ard Biesheuvel1-0/+1
2018-12-05BaseTools/CommonLib: use explicit 64-bit type in Strtoi()Ard Biesheuvel1-2/+2
2018-12-05BaseTools/CommonLib: avoid using 'native' word size in IP address handlingArd Biesheuvel1-14/+14
2018-11-11BaseTools: Fix UEFI and Tiano Decompression logic issueLiming Gao1-0/+6
2018-10-24BaseTools: Add more checker in Decompress algorithm to access the valid buffe...Liming Gao1-2/+21
2018-10-16BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x1-0/+7
2018-07-09BaseTools: Clean up source filesLiming Gao31-727/+727
2018-02-06BaseTools GNUmakefile: Remove HOST_ARCH in every tool MakefileLiming Gao1-2/+1
2018-02-02BaseTools: Fix make PcdValueCommon.c failure on GCCFeng, YunhuaX1-2/+1
2018-02-01BaseTools CommonLib: Remove the unnecessary print message in PcdValueCommonLiming Gao1-10/+0
2018-01-25BaseTools: CommonLib Fix Crash to write the last byteLiming Gao1-1/+1
2018-01-15BaseTools/C/Common: Fix potential null pointer dereferenceHao Wu1-0/+7
2018-01-15BaseTools/C/Common: Fix potential memory leakHao Wu1-1/+4
2018-01-15BaseTools/C/Common: Fix code to be more readableHao Wu1-2/+2
2018-01-03BaseTools: Fix compile error on VS2010Yonghong Zhu1-3/+2
2018-01-03BaseTools CommonLib: Fix printf %llx issue on UINT64Liming Gao1-5/+1
2017-12-31BaseTools: Add DevicePath support for PCD valuesYonghong Zhu2-3/+1930
2017-12-25BaseTools: Add PcdValueCommon logic into C source CommonLibLiming Gao4-2/+978
2017-12-25BaseTools/C/Common: Refine using sprintf() with '%s' in format stringHao Wu1-9/+12
2017-12-25BaseTools/C/Common: Add/refine boundary checks for strcpy/strcat callsHao Wu2-13/+20
2017-12-25BaseTools/C/Common: Remove redundant type castHao Wu1-7/+5
2017-12-25BaseTools/C/Common: Add checks for array accessHao Wu2-11/+9
2017-11-30BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao1-1/+1
2017-08-11BaseTools: Fix Xcode 9 Beta treating 32-bit left shift as undefinedYonghong Zhu1-2/+2
2016-11-30BaseTools CommonLib: Update ReadMemoryFileLine() to read line in file scopeLiming Gao1-0/+3
2016-11-09BaseTools/PeCoffLib: Check 'RelocDir' before finding relocation blockHao Wu1-16/+30
2016-11-08BaseTools/C/Common: Fix potential memory leakHao Wu4-10/+34
2016-11-08BaseTools/C/Common: Add checks for array accessHao Wu2-4/+11
2016-11-08BaseTools/C/Common: Fix parameter format mismatch in scanf functionsHao Wu2-8/+8
2016-11-08BaseTools/C/Common: Avoid possible NULL pointer dereferenceHao Wu6-23/+93
2016-10-20BaseTools: Fix typos in comments and variablesGary Lin3-6/+6
2016-08-22BaseTools PeCoffLib: Fix the issue to get RelocationsStripped from TE imageLiming Gao1-2/+2
2016-05-18BaseTools: Eliminate two shift-negative-value in FvLib.cZenith4321-2/+2
2015-10-09BaseTools/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel1-1/+1
2015-08-24BaseTools: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2Star Zeng2-4/+4
2015-07-26BaseTools/Common: fix heap overrun in ReadMemoryFileLine ()Ard Biesheuvel1-1/+1