summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2023-03-11 11:31:51 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-03-13 22:11:55 +0000
commite4c1d8d2317984bd9cb447eba916956841063ec4 (patch)
treef62faf000feeda5676f6a8b1de08fb40b28ccd14 /UefiCpuPkg
parentd2bfe289668e32940cca5da12bc201bf9b6c84d8 (diff)
downloadedk2-e4c1d8d2317984bd9cb447eba916956841063ec4.tar.gz
edk2-e4c1d8d2317984bd9cb447eba916956841063ec4.tar.bz2
edk2-e4c1d8d2317984bd9cb447eba916956841063ec4.zip
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>
Diffstat (limited to 'UefiCpuPkg')
0 files changed, 0 insertions, 0 deletions