Re: [edk2] [shell] Problems in EfiShellGetGuidFromName

2016-10-18 Thread Carsey, Jaben
gt; Thanks, > > > > Tim > > > > -Original Message- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > > Tim Lewis > > Sent: Thursday, October 13, 2016 11:16 AM > > To: edk2-devel-01 > > Subject: [edk2] [shell]

Re: [edk2] [shell] Problems in EfiShellGetGuidFromName

2016-10-18 Thread Carsey, Jaben
gt; From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Tim Lewis > Sent: Thursday, October 13, 2016 11:16 AM > To: edk2-devel-01 > Subject: [edk2] [shell] Problems in EfiShellGetGuidFromName > > In EfiShellGetGuidFromName (ShellProtocol.c), we se

[edk2] [shell] Problems in EfiShellGetGuidFromName

2016-10-13 Thread Tim Lewis
In EfiShellGetGuidFromName (ShellProtocol.c), we see: EfiShellGetGuidFromName( IN CONST CHAR16 *GuidName, OUT EFI_GUID *Guid ) { EFI_GUID*NewGuid; EFI_STATUS Status; if (Guid == NULL || GuidName == NULL) { return (EFI_INVALID_PARAMETER); } Status = GetGuidFromSt