From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 AB72321D0A265 for ; Sun, 13 Aug 2017 23:57:11 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 13 Aug 2017 23:59:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,372,1498546800"; d="scan'208";a="1162339643" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 13 Aug 2017 23:59:34 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 13 Aug 2017 23:59:34 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 13 Aug 2017 23:59:34 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.183]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.135]) with mapi id 14.03.0319.002; Mon, 14 Aug 2017 14:59:32 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH 0/2] DxeCore: Fix double free pages on LoadImage failure path Thread-Index: AQHTElLIWyFjldEvdUatwz/eosERcqKDcReQ Date: Mon, 14 Aug 2017 06:59:31 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D77024F@shsmsx102.ccr.corp.intel.com> References: <1502422473-94884-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1502422473-94884-1-git-send-email-star.zeng@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] DxeCore: Fix double free pages on LoadImage failure path 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: Mon, 14 Aug 2017 06:57:11 -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 Sta= r >Zeng >Sent: Friday, August 11, 2017 11:35 AM >To: edk2-devel@lists.01.org >Cc: Zeng, Star >Subject: [edk2] [PATCH 0/2] DxeCore: Fix double free pages on LoadImage >failure path > >REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D667 >REF: https://lists.01.org/pipermail/edk2-devel/2017-August/013112.html > >Star Zeng (2): > MdeModulePkg DxeCore: Fix double free pages on LoadImage failure path > MdeModulePkg DxeCore: Enhance "ConvertPages: Incompatible memory > types" > > MdeModulePkg/Core/Dxe/Image/Image.c | 2 ++ > MdeModulePkg/Core/Dxe/Mem/Page.c | 9 +++++++-- > 2 files changed, 9 insertions(+), 2 deletions(-) > >-- >2.7.0.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel