]> git.proxmox.com Git - grub2.git/commit
Add %X to grub_vsnprintf_real and friends
authorColin Watson <cjwatson@ubuntu.com>
Mon, 11 Mar 2019 11:15:12 +0000 (11:15 +0000)
committerColin Watson <cjwatson@debian.org>
Tue, 9 Jul 2019 10:42:37 +0000 (11:42 +0100)
commit05693dd0f57cbe73bc5c05e87425804f24a94c3c
treea35f296d6323d157fdc4dae3cb99c0313d1419aa
parent3a717fc40702f20869d1b3bc49885bbaab7769dd
Add %X to grub_vsnprintf_real and friends

This is needed for UEFI Boot* variables, which the standard says are
named using upper-case hexadecimal.

Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Bug-Debian: https://bugs.debian.org/891434
Forwarded: https://lists.gnu.org/archive/html/grub-devel/2019-03/msg00121.html
Last-Update: 2019-03-23

Patch-Name: vsnprintf-upper-case-hex.patch
grub-core/kern/misc.c