From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 1BAB281D72 for ; Wed, 9 Nov 2016 21:05:53 -0800 (PST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 09 Nov 2016 21:05:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,617,1473145200"; d="scan'208";a="1057691660" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 09 Nov 2016 21:05:56 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 9 Nov 2016 21:05:56 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.239]) with mapi id 14.03.0248.002; Thu, 10 Nov 2016 13:05:53 +0800 From: "Gao, Liming" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: "Wu, Hao A" Thread-Topic: [edk2] [PATCH 0/2] Handle input file of size 0 for GenFfs/GenSec tools Thread-Index: AQHSOwoSRVfZrLWbIUq4LXyZI/3euKDRqhPw Date: Thu, 10 Nov 2016 05:05:53 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14B4B0373@shsmsx102.ccr.corp.intel.com> References: <1478751738-16372-1-git-send-email-hao.a.wu@intel.com> In-Reply-To: <1478751738-16372-1-git-send-email-hao.a.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] Handle input file of size 0 for GenFfs/GenSec tools X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 05:05:53 -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 > Hao Wu > Sent: Thursday, November 10, 2016 12:22 PM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A ; Gao, Liming > Subject: [edk2] [PATCH 0/2] Handle input file of size 0 for GenFfs/GenSec > tools >=20 > The series enhances the logic in GenFfs and GenSec tool to handle input > file of size 0 properly. >=20 > Cc: Liming Gao > Cc: Yonghong Zhu >=20 > Hao Wu (2): > BaseTools/GenFfs: Fix return too early when input file is of size 0 > BaseTools/GenSec: Return correct status when input file size is 0 >=20 > BaseTools/Source/C/GenFfs/GenFfs.c | 11 +++++++++-- > BaseTools/Source/C/GenSec/GenSec.c | 16 +++++++++++----- > 2 files changed, 20 insertions(+), 7 deletions(-) >=20 > -- > 1.9.5.msysgit.0 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel