From 3fa0f32a68c88e67e87b6dbc88dce3c5bab5197f Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Thu, 18 Jul 2019 15:32:39 +0200 Subject: grub2: bump to 2.04 * GCC 8 and 9 support. * Gnulib integration overhaul. * RISC-V support. * Xen PVH support. * Native UEFI secure boot support. * UEFI TPM driver. * New IEEE 1275 obdisk driver. * Btrfs RAID 5 and RIAD 6 support. * bootin from F2FS support. * PARTUUID support. * VLAN support. * Native DHCP support. * Many ARM and ARM64 fixes. * Many SPARC fixes. * Many IEEE 1275 fixes. * ...and tons of other fixes and cleanups... Signed-off-by: Tomasz Maciej Nowak --- package/boot/grub2/patches/300-CVE-2015-8370.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/boot/grub2/patches/300-CVE-2015-8370.patch') diff --git a/package/boot/grub2/patches/300-CVE-2015-8370.patch b/package/boot/grub2/patches/300-CVE-2015-8370.patch index eb7919639a..22f6c90928 100644 --- a/package/boot/grub2/patches/300-CVE-2015-8370.patch +++ b/package/boot/grub2/patches/300-CVE-2015-8370.patch @@ -33,8 +33,8 @@ Signed-off-by: Ismael Ripoll-Ripoll break; } -- if (key == '\b') -+ if (key == '\b' && cur_len) +- if (key == GRUB_TERM_BACKSPACE) ++ if (key == GRUB_TERM_BACKSPACE && cur_len) { if (cur_len) { -- cgit v1.2.3