Add the bz reference to 0217-Arm-check-for-the-PE-magic-for-the-compiled-arch.patch

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2021-09-10 10:58:41 -04:00
parent a09be092dc
commit de70a85f08

View file

@ -15,6 +15,8 @@ This patch adds a constant definition for GRUB_PE32_PEXX_MAGIC, which is
either GRUB_PE32_PE64_MAGIC or GRUB_PE32_PE32_MAGIC, depending on which
platform is being built, and uses it in the header magic check.
Resolves: rhbz#2000756
Signed-off-by: Peter Jones <pjones@redhat.com>
---
grub-core/loader/arm64/linux.c | 2 +-