summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub2.inc
diff options
context:
space:
mode:
authorMarta Rybczynska <rybczynska@gmail.com>2022-02-18 11:05:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 00:21:37 +0000
commitdfae695343213adbd6658664c0b030944adf7478 (patch)
tree7c86ca8df0d1561e1d1a67fbc1b8b7d377125bda /meta/recipes-bsp/grub/grub2.inc
parentf82639b50e3338ebc0a50cbb1a16ca8b197fd33d (diff)
downloadpoky-dfae695343213adbd6658664c0b030944adf7478.tar.gz
grub: fix checking for NULL
This patch adds a fix for checking for NULL in grub's loader/bsd. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg00007.html (From OE-Core rev: d4cc82cfdae5c44702925f901db4e35761b1bb7d) Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 1a4be33fca..8b55afccbb 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -83,6 +83,7 @@ SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \
83 file://0034-video-fb-video_fb-Fix-possible-integer-overflow.patch \ 83 file://0034-video-fb-video_fb-Fix-possible-integer-overflow.patch \
84 file://0035-video-readers-jpeg-Test-for-an-invalid-next-marker-r.patch \ 84 file://0035-video-readers-jpeg-Test-for-an-invalid-next-marker-r.patch \
85 file://0036-gfxmenu-gui_list-Remove-code-that-coverity-is-flaggi.patch \ 85 file://0036-gfxmenu-gui_list-Remove-code-that-coverity-is-flaggi.patch \
86 file://0037-loader-bsd-Check-for-NULL-arg-up-front.patch \
86 " 87 "
87SRC_URI[md5sum] = "5ce674ca6b2612d8939b9e6abed32934" 88SRC_URI[md5sum] = "5ce674ca6b2612d8939b9e6abed32934"
88SRC_URI[sha256sum] = "f10c85ae3e204dbaec39ae22fa3c5e99f0665417e91c2cb49b7e5031658ba6ea" 89SRC_URI[sha256sum] = "f10c85ae3e204dbaec39ae22fa3c5e99f0665417e91c2cb49b7e5031658ba6ea"