audk/ShellPkg/Library/UefiShellLevel2CommandsLib
Michael D Kinney e4c1d8d231 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.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
2023-03-13 22:11:55 +00:00
..
Attrib.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Cd.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Cp.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Load.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Ls.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Map.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
MkDir.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Mv.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Parse.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Reset.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Rm.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Set.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TimeDate.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
UefiShellLevel2CommandsLib.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
UefiShellLevel2CommandsLib.h ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
UefiShellLevel2CommandsLib.inf ShellPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:25 -07:00
UefiShellLevel2CommandsLib.uni ShellPkg/Library: Fix 32-bit truncation of pointer values 2023-03-13 22:11:55 +00:00
Vol.c ShellPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00