grub2/grub-core/kern/efi
Glenn Washburn e2ac93f09a kern/efi/mm: Format string error in grub_error()
The second format string argument, GRUB_EFI_MAX_USABLE_ADDRESS, is a macro
to a number literal. However, depending on what the target architecture, the
type can be 32 or 64 bits. Cast to a 64-bit integer. Also, change the
format string literals "%llx" to use PRIxGRUB_UINT64_T.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2021-03-10 14:56:06 +01:00
..
acpi.c tsc: Use alternative delay sources whenever appropriate. 2015-11-27 11:39:55 +01:00
efi.c grub_error: Use format code PRIuGRUB_SIZE for variables of type grub_size_t 2021-03-10 14:50:44 +01:00
fdt.c efi: Move fdt helper into own file 2016-11-24 10:09:24 +01:00
init.c kern/efi: Add initial stack protector implementation 2021-03-02 15:54:19 +01:00
mm.c kern/efi/mm: Format string error in grub_error() 2021-03-10 14:56:06 +01:00
sb.c kern/efi/sb: Add chainloaded image as shim's verifiable object 2021-03-10 13:49:42 +01:00