Reviewed-by: Liming Gao <[email protected]>
> -----Original Message----- > From: edk2-devel [mailto:[email protected]] On Behalf Of > Yonghong Zhu > Sent: Thursday, July 27, 2017 9:42 AM > To: [email protected] > Cc: [email protected]; Gao, Liming <[email protected]> > Subject: [edk2] [Patch 0/6] BaseTools: Fix some segmentation fault in Tools > > Cc: Liming Gao <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Yonghong Zhu <[email protected]> > > Yonghong Zhu (6): > BaseTools/Split: Fix the segmentation fault in GetSplitValue() > BaseTools/GenSec: Fix a segmentation fault in main() > BaseTools/GenFfs: Fix a segmentation fault from vsprintf()/vfprintf() > BaseTools/EfiRom: Fix a segmentation fault from vsprintf()/vfprintf() > BaseTools/EfiLdrImage: Fix a segmentation fault from vfprintf() > BaseTools/GenCrc32: Fix a bug to hand empty file for decode > > BaseTools/Source/C/EfiLdrImage/EfiLdrImage.c | 6 +++--- > BaseTools/Source/C/EfiRom/EfiRom.c | 6 +++--- > BaseTools/Source/C/GenCrc32/GenCrc32.c | 8 ++++++-- > BaseTools/Source/C/GenFfs/GenFfs.c | 6 +++--- > BaseTools/Source/C/GenSec/GenSec.c | 8 ++++++-- > BaseTools/Source/C/Split/Split.c | 10 +++++++--- > 6 files changed, 28 insertions(+), 16 deletions(-) > > -- > 2.6.1.windows.1 > > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

