summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2016-11-08BaseTools/GenVtf: Fix file handles not being closedHao Wu1-0/+13
2016-11-08BaseTools/GenFv: Fix file handles not being closedHao Wu1-0/+3
2016-11-08BaseTools/GenCrc32: Fix file handles not being closedHao Wu1-1/+2
2016-11-08BaseTools/GenBootSector: Fix file handles not being closedHao Wu1-12/+23
2016-11-08BaseTools/EfiRom: Fix file handles not being closedHao Wu1-3/+4
2016-11-08BaseTools/VolInfo: Fix potential memory leakHao Wu1-1/+15
2016-11-08BaseTools/VfrCompile: Fix potential memory leakHao Wu1-0/+1
2016-11-08BaseTools/TianoCompress: Fix potential memory leakHao Wu1-3/+3
2016-11-08BaseTools/Split: Fix potential memory and resource leakHao Wu1-13/+28
2016-11-08BaseTools/GenVtf: Fix potential memory leakHao Wu1-0/+4
2016-11-08BaseTools/GenSec: Fix potential memory leakHao Wu1-4/+5
2016-11-08BaseTools/GenPage: Fix potential memory leakHao Wu1-0/+2
2016-11-08BaseTools/GenFv: Fix potential memory leakHao Wu1-4/+9
2016-11-08BaseTools/EfiRom: Fix potential memory leakHao Wu1-19/+51
2016-11-08BaseTools/C/Common: Fix potential memory leakHao Wu4-10/+34
2016-11-08BaseTools/VfrCompile: Remove unused local variablesHao Wu1-2/+0
2016-11-08BaseTools/VfrCompile: Avoid freeing freed memory in classesHao Wu4-1/+79
2016-11-08BaseTools/VfrCompile: Add assignment operator definition for some classesHao Wu3-0/+18
2016-11-08BaseTools/VfrCompile: Avoid freeing memory with mismatched functionsHao Wu5-20/+22
2016-11-08BaseTools/VfrCompile: Add checks for user/file inputsHao Wu2-28/+185
2016-11-08BaseTools/GenFv: Add checks for user/file inputsHao Wu2-5/+59
2016-11-08BaseTools/EfiRom: Add checks for user/file inputsHao Wu1-1/+6
2016-11-08BaseTools/VfrCompile: Add checks for array accessHao Wu2-0/+11
2016-11-08BaseTools/TianoCompress: Add checks for array accessHao Wu1-1/+3
2016-11-08BaseTools/C/Common: Add checks for array accessHao Wu2-4/+11
2016-11-08BaseTools/GenVtf: Fix parameter format mismatch in scanf functionsHao Wu1-2/+2
2016-11-08BaseTools/GenFw: Fix parameter format mismatch in scanf functionsHao Wu1-1/+1
2016-11-08BaseTools/GenFv: Fix parameter format mismatch in scanf functionsHao Wu1-1/+1
2016-11-08BaseTools/C/Common: Fix parameter format mismatch in scanf functionsHao Wu2-8/+8
2016-11-08BaseTools/VolInfo: Fix parameter format mismatch in printf functionsHao Wu1-1/+1
2016-11-08BaseTools/GenBootSector: Fix parameter format mismatch in printf functionsHao Wu1-4/+4
2016-11-08BaseTools/VfrCompile: Initialize local variables before being usedHao Wu2-3/+5
2016-11-08BaseTools/TianoCompress: Initialize local variables before being usedHao Wu1-2/+4
2016-11-08BaseTools/VolInfo: Avoid possible NULL pointer dereferenceHao Wu1-4/+42
2016-11-08BaseTools/VfrCompile: Avoid possible NULL pointer dereferenceHao Wu2-2/+16
2016-11-08BaseTools/TianoCompress: Avoid possible NULL pointer dereferenceHao Wu1-12/+25
2016-11-08BaseTools/GenVtf: Avoid possible NULL pointer dereferenceHao Wu1-0/+10
2016-11-08BaseTools/GenSec: Avoid possible NULL pointer dereferenceHao Wu1-2/+16
2016-11-08BaseTools/GenPage: Avoid possible NULL pointer dereferenceHao Wu1-1/+9
2016-11-08BaseTools/GenFw: Avoid possible NULL pointer dereferenceHao Wu4-4/+39
2016-11-08BaseTools/GenFv: Avoid possible NULL pointer dereferenceHao Wu1-1/+5
2016-11-08BaseTools/GenFfs: Avoid possible NULL pointer dereferenceHao Wu1-17/+19
2016-11-08BaseTools/EfiRom: Avoid possible NULL pointer dereferenceHao Wu1-18/+20
2016-11-08BaseTools/C/Common: Avoid possible NULL pointer dereferenceHao Wu6-23/+93
2016-11-05BaseTools: Add the support for character '<' and '>' in the map fileYonghong Zhu1-2/+2
2016-11-04BaseTools/Pkcs7: Add readme.mdJiewen Yao1-0/+84
2016-11-04BaseTools: Fix the Windows GCC Build Failure with too long pathYonghong Zhu1-1/+5
2016-11-03BaseTool/Pkcs7: Add TestRoot.cer.Jiewen Yao1-0/+0
2016-11-03BaseTools LzmaCompress: Update LZMA to new 16.04 versionLiming Gao30-1412/+2070
2016-11-02BaseTools:introduce PREFIX env for VS tool pathYonghong Zhu1-46/+44