summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools/GenPage: Fix potential memory leakHao Wu2016-11-081-0/+2
* BaseTools/GenFv: Fix potential memory leakHao Wu2016-11-081-4/+9
* BaseTools/EfiRom: Fix potential memory leakHao Wu2016-11-081-19/+51
* BaseTools/C/Common: Fix potential memory leakHao Wu2016-11-084-10/+34
* BaseTools/VfrCompile: Remove unused local variablesHao Wu2016-11-081-2/+0
* BaseTools/VfrCompile: Avoid freeing freed memory in classesHao Wu2016-11-084-1/+79
* BaseTools/VfrCompile: Add assignment operator definition for some classesHao Wu2016-11-083-0/+18
* BaseTools/VfrCompile: Avoid freeing memory with mismatched functionsHao Wu2016-11-085-20/+22
* BaseTools/VfrCompile: Add checks for user/file inputsHao Wu2016-11-082-28/+185
* BaseTools/GenFv: Add checks for user/file inputsHao Wu2016-11-082-5/+59
* BaseTools/EfiRom: Add checks for user/file inputsHao Wu2016-11-081-1/+6
* BaseTools/VfrCompile: Add checks for array accessHao Wu2016-11-082-0/+11
* BaseTools/TianoCompress: Add checks for array accessHao Wu2016-11-081-1/+3
* BaseTools/C/Common: Add checks for array accessHao Wu2016-11-082-4/+11
* BaseTools/GenVtf: Fix parameter format mismatch in scanf functionsHao Wu2016-11-081-2/+2
* BaseTools/GenFw: Fix parameter format mismatch in scanf functionsHao Wu2016-11-081-1/+1
* BaseTools/GenFv: Fix parameter format mismatch in scanf functionsHao Wu2016-11-081-1/+1
* BaseTools/C/Common: Fix parameter format mismatch in scanf functionsHao Wu2016-11-082-8/+8
* BaseTools/VolInfo: Fix parameter format mismatch in printf functionsHao Wu2016-11-081-1/+1
* BaseTools/GenBootSector: Fix parameter format mismatch in printf functionsHao Wu2016-11-081-4/+4
* BaseTools/VfrCompile: Initialize local variables before being usedHao Wu2016-11-082-3/+5
* BaseTools/TianoCompress: Initialize local variables before being usedHao Wu2016-11-081-2/+4
* BaseTools/VolInfo: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-4/+42
* BaseTools/VfrCompile: Avoid possible NULL pointer dereferenceHao Wu2016-11-082-2/+16
* BaseTools/TianoCompress: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-12/+25
* BaseTools/GenVtf: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-0/+10
* BaseTools/GenSec: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-2/+16
* BaseTools/GenPage: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-1/+9
* BaseTools/GenFw: Avoid possible NULL pointer dereferenceHao Wu2016-11-084-4/+39
* BaseTools/GenFv: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-1/+5
* BaseTools/GenFfs: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-17/+19
* BaseTools/EfiRom: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-18/+20
* BaseTools/C/Common: Avoid possible NULL pointer dereferenceHao Wu2016-11-086-23/+93
* BaseTools: Add the support for character '<' and '>' in the map fileYonghong Zhu2016-11-051-2/+2
* BaseTools/Pkcs7: Add readme.mdJiewen Yao2016-11-041-0/+84
* BaseTools: Fix the Windows GCC Build Failure with too long pathYonghong Zhu2016-11-041-1/+5
* BaseTool/Pkcs7: Add TestRoot.cer.Jiewen Yao2016-11-031-0/+0
* BaseTools LzmaCompress: Update LZMA to new 16.04 versionLiming Gao2016-11-0330-1412/+2070
* BaseTools:introduce PREFIX env for VS tool pathYonghong Zhu2016-11-021-46/+44
* BaseTools: Update toolsetup.bat to call the set_vsprefix_envs.batYonghong Zhu2016-11-021-1/+9
* BaseTools: Add a new bat file to set PREFIX envsYonghong Zhu2016-11-021-0/+101
* BaseTools: Fix a bug for tooldef class not include the newly EnvYonghong Zhu2016-11-021-0/+2
* BaseTools: Fix a bug for ExpandMacros to support mixed case ENV varYonghong Zhu2016-11-021-4/+7
* BaseTools: Fix the bug for OptionRom generation with different archYonghong Zhu2016-11-021-3/+3
* edksetup.sh, BaseTools/BuildEnv: add --reconfig supportLeif Lindholm2016-10-241-1/+2
* edksetup.bat: Support --nt32 X64Cinnamon Shia2016-10-241-0/+4
* BaseTools VS Makefile: Use /MT in replace of /MD to remove specific dllLiming Gao2016-10-211-2/+2
* BaseTools/PatchCheck.py: Update to report error for EFI_D_*Yonghong Zhu2016-10-211-0/+14
* BaseTools/PatchCheck.py: Update to handle the two [] as prefixYonghong Zhu2016-10-211-8/+9
* BaseTools/PatchCheck.py: Update for max length of subject and message lineYonghong Zhu2016-10-211-4/+4