mirror of
https://github.com/acidanthera/audk.git
synced 2025-10-29 02:03:50 +01:00
If InternalShellStrHexToUint64() is passed a string that starts with 'X' or 'x' it would try to read the byte before the start of the string buffer. Instead check if leading zeroes have been consumed. Signed-off-by: Tormod Volden <debian.tormod@gmail.com>