summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C
AgeCommit message (Expand)AuthorFilesLines
2017-12-25BaseTools/EfiRom: Add/refine boundary checks for strcpy/strcat callsHao Wu1-1/+7
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/GenFv: Add check to ensure the file handle status is correctHao Wu1-18/+20
2017-12-25BaseTools/VfrCompile: Assign 'NULL' for closed file handleHao Wu1-1/+2
2017-12-25BaseTools/C/Common: Remove redundant type castHao Wu1-7/+5
2017-12-25BaseTools/LzmaCompress: Fix possible uninitialized variableHao Wu1-1/+1
2017-12-25BaseTools/EfiRom: Refine the logic in main()Hao Wu1-5/+7
2017-12-25BaseTools/C/Common: Add checks for array accessHao Wu2-11/+9
2017-12-12BaseTools: Update BrotliCompress script to handle the different input formatLiming Gao1-8/+10
2017-12-08BaseTools: align ERROR/WARNING/RETURN macros with MdePkg versionsLeif Lindholm2-4/+5
2017-12-06BaseTools: Fix GenSec GCC make failureYonghong Zhu1-3/+3
2017-12-05BaseTools: Update Gensec to set PROCESSING_REQUIRED valueYonghong Zhu1-0/+74
2017-12-05BaseTools: GenFfs support to get alignment value from SectionFileYonghong Zhu1-3/+132
2017-11-30BaseTools: Update C tools top GNUMakefile to adjust tool orderLiming Gao1-3/+3
2017-11-30BaseTools: Update BaseTools top GNUMakefile with the clear dependencyLiming Gao1-2/+9
2017-11-30BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao23-51/+51
2017-11-03BaseTools/VfrCompile: Add check to avoid using NULL pointerDandan Bi1-2/+6
2017-10-03BaseTools: PI 1.6 to support FV extended header contain FV used sizeYunhua Feng2-2/+22
2017-09-25BaseTools: extend FFS alignment to 16MYonghong Zhu4-21/+72
2017-09-21BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStoreDandan Bi8-490/+1196
2017-09-21BaseTool/VfrCompile: Support Union type in VFRDandan Bi3-37/+65
2017-08-26BaseTools/EfiRom: Add multiple device id supportDaniel Verkamp2-23/+129
2017-08-24BaseTools: Roll back GenFw Change to keep unknown field in RSDS debug entryLiming Gao1-7/+1
2017-08-14BaseTools: Fix Segmentation fault: 11 when build AppPkg with XCODE5Andrew Fish1-1/+11
2017-08-11BaseTools: Fix Xcode 9 Beta treating 32-bit left shift as undefinedYonghong Zhu2-4/+4
2017-08-04BaseTools/VfrCompile: Remove the MAX_PATH limitationDandan Bi2-26/+1
2017-08-04BaseTools/VfrCompile: Fix segmentation fault issuesDandan Bi1-7/+7
2017-08-01BaseTools/GenCrc32: Fix a bug to hand empty file for decodeYonghong Zhu1-2/+6
2017-08-01BaseTools/EfiLdrImage: Fix a segmentation fault from vfprintf()Yonghong Zhu1-3/+3
2017-08-01BaseTools/EfiRom: Fix a segmentation fault from vsprintf()/vfprintf()Yonghong Zhu1-3/+3
2017-08-01BaseTools/GenFfs: Fix a segmentation fault from vsprintf()/vfprintf()Yonghong Zhu1-3/+3
2017-08-01BaseTools/GenSec: Fix a segmentation fault in main()Yonghong Zhu1-2/+6
2017-08-01BaseTools/Split: Fix the segmentation fault in GetSplitValue()Yonghong Zhu1-3/+7
2017-07-07BaseTools/GenFw: recognize MM file types as EFI Boot Service Drivers.Supreeth Venkatesh1-1/+4
2017-07-07BaseTools/GenFfs: add FFS file types for MM modules.Supreeth Venkatesh2-2/+8
2017-07-06BaseTools/GenFw: disregard payload in PE debug directory entry sizeArd Biesheuvel2-2/+2
2017-07-05BaseTools: Update GenFw to clear unused debug entry generated by VS tool chainLiming Gao1-5/+22
2017-05-05BaseTools: Add --version option in Brotli and BrotliCompressSong, BinX2-13/+35
2017-04-27BaseTools/VolInfo: Update OPENSSL_PATH to support space charactersYonghong Zhu1-4/+9
2017-04-07BaseTools: Convert BrotliCompress.bat to DOS formatLiming Gao1-1/+1
2017-04-06BaseTools: Add the missing copyrights in BrotliCompress.batLiming Gao1-0/+13
2017-03-29BaseTools: Add Brotli algorithm toolSong, BinX7-20/+241
2017-03-29BaseTools: Copy Brotli algorithm 3rd party source code for toolSong, BinX78-0/+44183
2017-03-07BaseTools/VolInfo: Fix VS2010/VS2012 build failureHao Wu1-1/+3
2017-03-07BaseTools/GenVtf: Fix VS2010/VS2012 build failureHao Wu1-2/+4
2017-03-07BaseTools/GenFw: Fix VS2010/VS2012 build failureHao Wu2-14/+20
2017-03-02BaseTools/Source/C/Makefiles: Fix NmakeSubdirs.bat always return 0Hao Wu1-3/+2
2017-03-01BaseTools/GenVtf & VolInfo: Fix build fail for 'snprintf' not definedHao Wu2-75/+8
2017-02-22VfrCompile: fix invalid comparison between pointer and integerPaolo Bonzini1-1/+1