From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 340FF81D55 for ; Fri, 28 Oct 2016 03:46:04 -0700 (PDT) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 38AABC04B31B; Fri, 28 Oct 2016 10:46:04 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-38.phx2.redhat.com [10.3.116.38]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9SAk2l3017137; Fri, 28 Oct 2016 06:46:02 -0400 To: Zhang Lubo References: <1477554088-28364-1-git-send-email-lubo.zhang@intel.com> Cc: edk2-devel@ml01.01.org, Fu Siyuan , Wu Jiaxin From: Laszlo Ersek Message-ID: Date: Fri, 28 Oct 2016 12:46:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1477554088-28364-1-git-send-email-lubo.zhang@intel.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 28 Oct 2016 10:46:04 +0000 (UTC) Subject: Re: [patch] NetworkPkg: Add error handling logic when using AllocateZeorPool 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: Fri, 28 Oct 2016 10:46:04 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 10/27/16 09:41, Zhang Lubo wrote: > Add error handling logic if failed to apply new memory. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Zhang Lubo > Cc: Fu Siyuan > Cc: Wu Jiaxin > --- > NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) Before you commit the patch, please fix the typo in the subject: Zeor <-> Zero. Thanks Laszlo