Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 09bd67f09573ad5a40875f3d7bfbf49c43756cf5
      
https://github.com/tianocore/edk2/commit/09bd67f09573ad5a40875f3d7bfbf49c43756cf5
  Author: Laszlo Ersek <ler...@redhat.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M ShellPkg/Application/Shell/ShellProtocol.c

  Log Message:
  -----------
  ShellPkg/Shell: fix CopyGuid() arg order in EfiShellGetGuidFromName()

The destination GUID comes first; from
"MdePkg/Include/Library/BaseMemoryLib.h":

> GUID *
> EFIAPI
> CopyGuid (
>   OUT GUID       *DestinationGuid,
>   IN CONST GUID  *SourceGuid
>   );

Here "NewGuid" is the GUID looked up by GetGuidFromStringName(), and
"Guid" is where EfiShellGetGuidFromName() has to propagate that result to.

Cc: Jaben Carsey <jaben.car...@intel.com>
Cc: Ruiyu Ni <ruiyu...@intel.com>
Cc: Tim Lewis <tim.le...@insyde.com>
Reported-by: Tim Lewis <tim.le...@insyde.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <ler...@redhat.com>
Reviewed-by: Tim Lewis <tim.le...@insyde.com>
Reviewed-by: Jaben Carsey <jaben.car...@intel.com>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to