diff options
| author | Marta Rybczynska <rybczynska@gmail.com> | 2022-02-18 11:05:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-02 00:21:36 +0000 |
| commit | 877ea55a5bf084de0543b9b4a5b3bb8d2105ee95 (patch) | |
| tree | a48ab224caf3d4a2ad1a0877cbeedd8124404498 /meta/recipes-bsp/grub/grub2.inc | |
| parent | ba476f819f8c122d1d26222986a4a8a2966a6246 (diff) | |
| download | poky-877ea55a5bf084de0543b9b4a5b3bb8d2105ee95.tar.gz | |
grub: fix an unitialized re_token in gnulib
This patch adds a fix for an unitialized re_token in grub's gnulib.
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: 0ce9c21b776ef6bfeaef665829324d7a04c22ce9)
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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index e7168e75ea..4ddb9fc4f1 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
| @@ -58,6 +58,7 @@ SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \ | |||
| 58 | file://0009-gnulib-regcomp-Fix-uninitialized-token-structure.patch \ | 58 | file://0009-gnulib-regcomp-Fix-uninitialized-token-structure.patch \ |
| 59 | file://0010-gnulib-argp-help-Fix-dereference-of-a-possibly-NULL-.patch \ | 59 | file://0010-gnulib-argp-help-Fix-dereference-of-a-possibly-NULL-.patch \ |
| 60 | file://0011-gnulib-regexec-Fix-possible-null-dereference.patch \ | 60 | file://0011-gnulib-regexec-Fix-possible-null-dereference.patch \ |
| 61 | file://0012-gnulib-regcomp-Fix-uninitialized-re_token.patch \ | ||
| 61 | " | 62 | " |
| 62 | SRC_URI[md5sum] = "5ce674ca6b2612d8939b9e6abed32934" | 63 | SRC_URI[md5sum] = "5ce674ca6b2612d8939b9e6abed32934" |
| 63 | SRC_URI[sha256sum] = "f10c85ae3e204dbaec39ae22fa3c5e99f0665417e91c2cb49b7e5031658ba6ea" | 64 | SRC_URI[sha256sum] = "f10c85ae3e204dbaec39ae22fa3c5e99f0665417e91c2cb49b7e5031658ba6ea" |
