From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=jiaxin.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 CEB1E222CF1D0 for ; Wed, 10 Jan 2018 21:32:02 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 21:37:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,343,1511856000"; d="scan'208";a="193946986" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 10 Jan 2018 21:37:15 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Jan 2018 21:37:15 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Jan 2018 21:37:15 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Thu, 11 Jan 2018 13:37:13 +0800 From: "Wu, Jiaxin" To: "Wang, Fan" , "edk2-devel@lists.01.org" CC: "Wang, Fan" Thread-Topic: [edk2] [Patch 0/4] Fix some issues in Udp6Dxe Thread-Index: AQHThQs7WO0rUUqb60a/7m5A5P28TaNuMjJA Date: Thu, 11 Jan 2018 05:37:13 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B72741635C1B4@SHSMSX103.ccr.corp.intel.com> References: <1515036008-10700-1-git-send-email-fan.wang@intel.com> In-Reply-To: <1515036008-10700-1-git-send-email-fan.wang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGNlNGU2ZjgtYzQ3YS00ZWU2LTk5MTAtNTE2Y2RlZmM0YjI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjRSZ2JJRVRydHR4T2IrYVRuK1hYVGdtdHlUN3I5TXdHaCt3VkpPVG9TWVU9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/4] Fix some issues in Udp6Dxe X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2018 05:32:03 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Jiaxin Wu > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > fanwang2 > Sent: Thursday, January 4, 2018 11:20 AM > To: edk2-devel@lists.01.org > Cc: Wang, Fan > Subject: [edk2] [Patch 0/4] Fix some issues in Udp6Dxe >=20 > From: Wang Fan >=20 > See descriptions in each patch. >=20 > Wang Fan (4): > NetworkPkg: Add ASSERT error handling for UDP6 driver > NetworkPkg: Fix a memory leak issue in UDP6 driver > NetworkPkg: Fix some coding style issues in UDP6 driver > NetworkPkg: Add more parameter or return status check in UDP6 driver >=20 > NetworkPkg/Udp6Dxe/Udp6Driver.c | 68 ++++++++++++++++++++++------- > ------------ > NetworkPkg/Udp6Dxe/Udp6Impl.c | 43 +++++++++++++++++++++++--- > NetworkPkg/Udp6Dxe/Udp6Main.c | 14 +++++++-- > 3 files changed, 86 insertions(+), 39 deletions(-) >=20 > -- > 1.9.5.msysgit.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel