summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorHitendra Prajapati <hprajapati@mvista.com>2023-03-14 20:59:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-25 23:00:59 +0000
commite88f47da0e6c444afc641e0051ecaddcb0efe5b4 (patch)
treec0183fa859b42f0b4dd4aec9c5f21cdad8ffc146 /meta/recipes-devtools/qemu/qemu.inc
parent51a742eab1a8b2f84aee82b8ad77cd5a237c6283 (diff)
downloadpoky-e88f47da0e6c444afc641e0051ecaddcb0efe5b4.tar.gz
QEMU: CVE-2022-4144 QXL: qxl_phys2virt unsafe address translation can lead to out-of-bounds read
Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/6dbbf055148c6f1b7d8a3251a65bd6f3d1e1f622 (From OE-Core rev: 754cce68614c7985d5848134635a6b318f4505ab) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Replace the tabs with spaces to correct the indent. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 36d0b9320f..0649727338 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -112,10 +112,11 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
112 file://CVE-2022-0216-1.patch \ 112 file://CVE-2022-0216-1.patch \
113 file://CVE-2022-0216-2.patch \ 113 file://CVE-2022-0216-2.patch \
114 file://CVE-2021-3750.patch \ 114 file://CVE-2021-3750.patch \
115 file://CVE-2021-3638.patch \ 115 file://CVE-2021-3638.patch \
116 file://CVE-2021-20196.patch \ 116 file://CVE-2021-20196.patch \
117 file://CVE-2021-3507.patch \ 117 file://CVE-2021-3507.patch \
118 file://CVE-2021-3929.patch \ 118 file://CVE-2021-3929.patch \
119 file://CVE-2022-4144.patch \
119 " 120 "
120UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" 121UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
121 122