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.136; helo=mga12.intel.com; envelope-from=ray.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 7ADD1211D6743 for ; Thu, 7 Mar 2019 18:33:23 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 18:33:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,454,1544515200"; d="scan'208";a="325288907" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 07 Mar 2019 18:33:22 -0800 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 7 Mar 2019 18:33:22 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.144]) with mapi id 14.03.0415.000; Fri, 8 Mar 2019 10:33:20 +0800 From: "Ni, Ray" To: "Wu, Hao A" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 0/2] Fix bugs in HiiDatabase driver Thread-Index: AQHU1VVGkPH/QFlvM0qwwGWK0XpAHKYAepYAgACJN6A= Date: Fri, 8 Mar 2019 02:33:20 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C0670A5@SHSMSX104.ccr.corp.intel.com> References: <20190308022130.117024-1-ray.ni@intel.com> In-Reply-To: Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWM5MDkxN2YtZDEyMy00NjllLWE1NWEtNDQ1YWRmOTUyOWJlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiR0hoM1lDRWtrMk9FbkNwYjNsMXV4ZExtdjBRNERVYnhOOTRVZFoycGVUYkdUK3ZscHJ1NlZ1bTNBU21TeUtpWCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] Fix bugs in HiiDatabase driver X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2019 02:33:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks for the comments. Sent out V2 with correct patch subject. > -----Original Message----- > From: Wu, Hao A > Sent: Friday, March 8, 2019 10:22 AM > To: Ni, Ray ; edk2-devel@lists.01.org > Subject: RE: [edk2] [PATCH 0/2] Fix bugs in HiiDatabase driver >=20 > Quick comment, please add the CVE number in the patch subject. >=20 > Liming has already documented the new rule for this kind of fix: > https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message- > Format >=20 > Best Regards, > Hao Wu >=20 > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > > Ray Ni > > Sent: Friday, March 08, 2019 10:21 AM > > To: edk2-devel@lists.01.org > > Subject: [edk2] [PATCH 0/2] Fix bugs in HiiDatabase driver > > > > Ray Ni (2): > > MdeModulePkg/HiiDatabase: Fix potential integer overflow > > MdeModulePkg/HiiImage: Fix stack overflow when corrupted BMP is > > parsed > > > > MdeModulePkg/Universal/HiiDatabaseDxe/Image.c | 130 > > ++++++++++++++---- > > 1 file changed, 105 insertions(+), 25 deletions(-) > > > > -- > > 2.20.1.windows.1 > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel