Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 09bd67f09573ad5a40875f3d7bfbf49c43756cf5
      
https://github.com/tianocore/edk2/commit/09bd67f09573ad5a40875f3d7bfbf49c43756cf5
  Author: Laszlo Ersek <[email protected]>
  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 <[email protected]>
Cc: Ruiyu Ni <[email protected]>
Cc: Tim Lewis <[email protected]>
Reported-by: Tim Lewis <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <[email protected]>
Reviewed-by: Tim Lewis <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>


------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to