public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/6] BaseTools: Fix some segmentation fault in Tools
@ 2017-07-27  1:42 Yonghong Zhu
  2017-07-27  1:42 ` [Patch 1/6] BaseTools/Split: Fix the segmentation fault in GetSplitValue() Yonghong Zhu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Yonghong Zhu @ 2017-07-27  1:42 UTC (permalink / raw)
  To: edk2-devel; +Cc: chenbo, Liming Gao

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-08-01  2:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27  1:42 [Patch 0/6] BaseTools: Fix some segmentation fault in Tools Yonghong Zhu
2017-07-27  1:42 ` [Patch 1/6] BaseTools/Split: Fix the segmentation fault in GetSplitValue() Yonghong Zhu
2017-07-27  1:42 ` [Patch 2/6] BaseTools/GenSec: Fix a segmentation fault in main() Yonghong Zhu
2017-07-27  1:42 ` [Patch 3/6] BaseTools/GenFfs: Fix a segmentation fault from vsprintf()/vfprintf() Yonghong Zhu
2017-07-27  1:42 ` [Patch 4/6] BaseTools/EfiRom: " Yonghong Zhu
2017-07-27  1:42 ` [Patch 5/6] BaseTools/EfiLdrImage: Fix a segmentation fault from vfprintf() Yonghong Zhu
2017-07-27  1:42 ` [Patch 6/6] BaseTools/GenCrc32: Fix a bug to hand empty file for decode Yonghong Zhu
2017-08-01  2:41 ` [Patch 0/6] BaseTools: Fix some segmentation fault in Tools Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox