mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-08 14:24:24 +02: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>