From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web10.5558.1621387384779189762 for ; Tue, 18 May 2021 18:23:05 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 19 May 2021 09:23:00 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: , "'Jiewen Yao'" , , "'Ard Biesheuvel'" Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYyIDAvM10gRml4IHBvc3NpYmxlIHVuaW5pdGlhbGl6ZWQgdXNlcw==?= Date: Wed, 19 May 2021 09:22:51 +0800 Message-ID: <000301d74c4d$83767410$8a635c30$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AddMTUy/b+tz66PsR02eUtKXN7keeQ== Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Hi, all This patch set has passed the review. I create PR https://github.com/tianocore/edk2/pull/1656 for this patch set.=20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA= =B1=ED Sergei > Dmitrouk > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA5=D4=C219=C8=D5 0:10 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =D6=F7=CC=E2: [edk2-devel] [PATCH v1 0/3] Fix possible uninitialized use= s >=20 > v1: >=20 > Compiling for IA32 target with gcc-5.5.0 emits "maybe-uninitialized" > warnings. > Compilation command: build -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -t GCC49 >=20 > Unlike other cases mentioned in > https://bugzilla.tianocore.org/show_bug.cgi?id=3D3228 > these seem to be actual issues in the code. Read patches for specifics. >=20 > v2: >=20 > Second patch was simplified. >=20 > Sergei Dmitrouk (3): > ShellPkg/HttpDynamicCommand: Fix possible uninitialized use > MdeModulePkg/PciBusDxe: Fix possible uninitialized use > CryptoPkg/BaseCryptLib: Fix possible uninitialized use >=20 > CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPss.c | 1 + > CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPssSign.c | 1 + > MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c | 5 ++--- > ShellPkg/DynamicCommand/HttpDynamicCommand/Http.c | 1 + > 4 files changed, 5 insertions(+), 3 deletions(-) >=20 > -- > 2.17.6 >=20 >=20 >=20 >=20 >=20