summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix Section header size larger than elf file size bugYunhua Feng2018-06-084-5/+24
* BaseTools: Check elf sections alignment with MAX_COFF_ALIGNMENTYunhua Feng2018-06-082-2/+19
* BaseTools/VolInfo: Update EFI FV FILETYPES for new MM types.Ezra Godfrey2018-06-061-0/+8
* BaseTools/VfrCompile: Avoid using uninitialized pointerBi, Dandan2018-05-091-3/+20
* BaseTool/VfrCompile: make delete[] match with new[]Dandan Bi2018-04-171-4/+8
* BaseTools/VfrCompile:Fix memory leak issuesDandan Bi2018-04-171-1/+31
* BaseTools: argument genfds-multi-thread create GenSec command issueFeng, YunhuaX2018-04-111-7/+126
* BaseTools: Correct GenSec argument dummy free memory issueFeng, YunhuaX2018-04-111-1/+2
* BaseTool/VfrCompile: Fix potential memory leak issueBi, Dandan2018-03-231-0/+4
* BaseTool/VfrCompile: make delete[] match with new[]Bi, Dandan2018-03-235-22/+22
* BaseTools/header.makefile: revert gcc-8 "-Wno-xxx" options on OSXLaszlo Ersek2018-03-071-1/+1
* BaseTools/GenVtf: silence false "stringop-overflow" warning with memcpy()Laszlo Ersek2018-03-051-2/+2
* BaseTools/header.makefile: add "-Wno-restrict"Laszlo Ersek2018-03-051-2/+2
* BaseTools/header.makefile: add "-Wno-stringop-truncation"Laszlo Ersek2018-03-051-2/+2
* BaseTools: update DNS_DEVICE_PATH/URI_DEVICE_PATH definitionYonghong Zhu2018-03-051-3/+10
* BaseTools: Fix byte orders when handling 8-byte arrayYonghong Zhu2018-03-031-1/+3
* BaseTools: Fix bug when converting iSCSI nodeYonghong Zhu2018-03-031-1/+1
* BaseTools: Align WIN_CERTIFICATE_UEFI_GUID definition to MdePkg one.Liming Gao2018-03-011-2/+2
* BaseTools: Update GenFw to correct DebugEntry Offset when convert XIP imageLiming Gao2018-02-271-0/+6
* BaseTools: Resolve BaseTools C tool build failureLiming Gao2018-02-272-1/+4
* BaseTools GenFv: Update error message to describe PE image alignmentLiming Gao2018-02-261-3/+3
* BaseTools: Add the missing basic definition in C BaseType.hLiming Gao2018-02-261-0/+25
* BaseTools GNUmakefile: Remove HOST_ARCH in every tool MakefileLiming Gao2018-02-0618-36/+18
* BaseTools GNUmakefile: Move HOST_ARCH detection into common makefileLiming Gao2018-02-061-2/+26
* BaseTools: Fix make PcdValueCommon.c failure on GCCFeng, YunhuaX2018-02-021-2/+1
* BaseTools CommonLib: Remove the unnecessary print message in PcdValueCommonLiming Gao2018-02-011-10/+0
* BaseTools: CommonLib Fix Crash to write the last byteLiming Gao2018-01-251-1/+1
* BaseTools: Barf on unknown HOST_ARCH in C MakefileChema Gonzalez2018-01-242-8/+10
* BaseTools/DevicePath: Fix potential null pointer dereferenceHao Wu2018-01-151-0/+5
* BaseTools/C/Common: Fix potential null pointer dereferenceHao Wu2018-01-151-0/+7
* BaseTools/DevicePath: Fix potential memory leakHao Wu2018-01-152-2/+14
* BaseTools/C/Common: Fix potential memory leakHao Wu2018-01-151-1/+4
* BaseTools/C/Common: Fix code to be more readableHao Wu2018-01-151-2/+2
* BaseTools: Fix compile error on VS2010Yonghong Zhu2018-01-031-3/+2
* BaseTools/DevicePath: fix GCC build error in print_mem(), and clean it upLaszlo Ersek2018-01-031-6/+14
* BaseTools CommonLib: Fix printf %llx issue on UINT64Liming Gao2018-01-031-5/+1
* BaseTools: resolve initialization order errors in VfrFormPkg.hzenith4322018-01-023-414/+257
* BaseTools: silence parentheses-equality warningzenith4322018-01-024-1/+7
* BaseTools: eliminate unused expression resultzenith4322018-01-022-3/+3
* BaseTools: correct mal-typed CVfrDLGLexer::errstdzenith4322018-01-021-1/+1
* BaseTools: Add DevicePath support for PCD valuesYonghong Zhu2017-12-3114-6/+8896
* BaseTools: Add PcdValueCommon logic into C source CommonLibLiming Gao2017-12-254-2/+978
* BaseTools: Update Makefile to work at absolute pathLiming Gao2017-12-252-3/+3
* BaseTools/GenSec: Fix potential null pointer dereferenceHao Wu2017-12-251-0/+16
* BaseTools/GenSec: Fix potential memory leakHao Wu2017-12-251-1/+5
* BaseTools/GenFfs: Enlarge the size of 'AlignmentBuffer'Hao Wu2017-12-251-1/+6
* BaseTools/VfrCompile: Resolve uninit class variables in constructorHao Wu2017-12-253-0/+10
* BaseTools/VfrCompile: Add/refine boundary checks for strcpy/strcatHao Wu2017-12-251-4/+10
* BaseTools/GenVtf: Add/refine boundary checks for strcpy/strcat callsHao Wu2017-12-251-6/+37
* BaseTools/GenFv: Add/refine boundary checks for strcpy/strcat callsHao Wu2017-12-251-4/+22