diff options
| author | Marta Rybczynska <rybczynska@gmail.com> | 2022-02-18 11:05:29 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-02 00:21:37 +0000 |
| commit | b461e690255ddd41db9202dbab473c1390a06e69 (patch) | |
| tree | ee41a8e5e7204a16cc9940ccfff20f6d8b3f4589 /meta/recipes-bsp/grub/grub2.inc | |
| parent | 3348511b945c5b61e279a22f9be3c18416584ec9 (diff) | |
| download | poky-b461e690255ddd41db9202dbab473c1390a06e69.tar.gz | |
grub: add a fix for a possible negative shift
This patch adds a fix for a possible negative shift in grub's zfs.
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: d5a93d55b5f3bfd890aa2925869d2a5ba4299801)
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 3c5274fd96..360e86685b 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
| @@ -67,6 +67,7 @@ SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \ | |||
| 67 | file://0018-disk-ldm-Fix-memory-leak-on-uninserted-lv-references.patch \ | 67 | file://0018-disk-ldm-Fix-memory-leak-on-uninserted-lv-references.patch \ |
| 68 | file://0019-disk-cryptodisk-Fix-potential-integer-overflow.patch \ | 68 | file://0019-disk-cryptodisk-Fix-potential-integer-overflow.patch \ |
| 69 | file://0020-hfsplus-Check-that-the-volume-name-length-is-valid.patch \ | 69 | file://0020-hfsplus-Check-that-the-volume-name-length-is-valid.patch \ |
| 70 | file://0021-zfs-Fix-possible-negative-shift-operation.patch \ | ||
| 70 | " | 71 | " |
| 71 | SRC_URI[md5sum] = "5ce674ca6b2612d8939b9e6abed32934" | 72 | SRC_URI[md5sum] = "5ce674ca6b2612d8939b9e6abed32934" |
| 72 | SRC_URI[sha256sum] = "f10c85ae3e204dbaec39ae22fa3c5e99f0665417e91c2cb49b7e5031658ba6ea" | 73 | SRC_URI[sha256sum] = "f10c85ae3e204dbaec39ae22fa3c5e99f0665417e91c2cb49b7e5031658ba6ea" |
