From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DC79121AEB0B9 for ; Mon, 31 Jul 2017 19:39:35 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 31 Jul 2017 19:41:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,304,1498546800"; d="scan'208";a="293975173" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 31 Jul 2017 19:41:44 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 31 Jul 2017 19:41:44 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 31 Jul 2017 19:41:44 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Tue, 1 Aug 2017 10:41:42 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" CC: "chenbo@pdx.edu" Thread-Topic: [edk2] [Patch 0/6] BaseTools: Fix some segmentation fault in Tools Thread-Index: AQHTBnmqwXlTZoZMl0+Bb37LcmIF0aJu0m8w Date: Tue, 1 Aug 2017 02:41:41 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D75DD29@shsmsx102.ccr.corp.intel.com> References: <1501119752-3856-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1501119752-3856-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/6] BaseTools: Fix some segmentation fault in Tools X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2017 02:39:36 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Yo= nghong Zhu > Sent: Thursday, July 27, 2017 9:42 AM > To: edk2-devel@lists.01.org > Cc: chenbo@pdx.edu; Gao, Liming > Subject: [edk2] [Patch 0/6] BaseTools: Fix some segmentation fault in Too= ls >=20 > Cc: Liming Gao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Yonghong Zhu >=20 > 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 >=20 > 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(-) >=20 > -- > 2.6.1.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel