summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.4.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-02-10 08:14:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-21 09:37:33 +0000
commit7fe17a2942ff03e2ec47d566fd5393f52b2eb736 (patch)
tree3e5ef0b0273a33e3db486c3ff6eb6e990ff42f4a /meta/recipes-devtools/qemu/qemu_2.4.0.bb
parent50700a7da68489e6d3bc8a3336875d8274302ea9 (diff)
downloadpoky-7fe17a2942ff03e2ec47d566fd5393f52b2eb736.tar.gz
qemu: Security fix CVE-2016-2198
CVE-2016-2198 Qemu: usb: ehci null pointer dereference in ehci_caps_write (From OE-Core rev: 646a8cfa5398a22062541ba9c98539180ba85d58) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.4.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.4.0.bb b/meta/recipes-devtools/qemu/qemu_2.4.0.bb
index e6f2cf3fd3..8d47b16e64 100644
--- a/meta/recipes-devtools/qemu/qemu_2.4.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.4.0.bb
@@ -19,6 +19,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
19 file://CVE-2015-7295_2.patch \ 19 file://CVE-2015-7295_2.patch \
20 file://CVE-2015-7295_3.patch \ 20 file://CVE-2015-7295_3.patch \
21 file://CVE-2016-2197.patch \ 21 file://CVE-2016-2197.patch \
22 file://CVE-2016-2198.patch \
22 " 23 "
23SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 24SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
24SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4" 25SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4"