Re: [edk2-devel] [PATCH] ShellPkg/Library: Fix bug in Pci.c

2021-03-16 Thread Gao, Zhichao
age- > From: devel@edk2.groups.io On Behalf Of IanX > Kuo > Sent: Saturday, April 10, 2021 1:35 AM > To: devel@edk2.groups.io > Cc: Ke, VincentX > Subject: [edk2-devel] [PATCH] ShellPkg/Library: Fix bug in Pci.c > > From: VincentX Ke > > Bugzilla: 3262 (https://bu

[edk2-devel] [PATCH] ShellPkg/Library: Fix bug in Pci.c

2021-03-16 Thread IanX Kuo
From: VincentX Ke Bugzilla: 3262 (https://bugzilla.tianocore.org/show_bug.cgi?id=3262) No need to print PCIe details while CapabilityId is 0x. Limit the NextCapabilityOffset value to AllocatePool() memory. Signed-off-by: VincentX Ke --- ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c |