Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: e4c1d8d2317984bd9cb447eba916956841063ec4
      
https://github.com/tianocore/edk2/commit/e4c1d8d2317984bd9cb447eba916956841063ec4
  Author: Michael D Kinney <michael.d.kin...@intel.com>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni
    M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni
    M ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c
    M 
ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni
    M ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni

  Log Message:
  -----------
  ShellPkg/Library: Fix 32-bit truncation of pointer values

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4366

Update C and UNI files that are incorrectly using %x or %08x
instead of %p for pointer values.  On 64-bit systems, this is
truncating pointer values above 4GB.

In reviewing ShellPkg for this issue some unused UNI strings
with incorrect format specifiers were removed instead of being
fixed.

Cc: Ray Ni <ray...@intel.com>
Cc: Zhichao Gao <zhichao....@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com>
Reviewed-by: Ray Ni <ray...@intel.com>




_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to