diff options
author | Armin Kuster <akuster@mvista.com> | 2016-02-10 12:28:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 22:32:17 +0000 |
commit | 33b5c3b4822b6bbb06ad5fdf7a120acd520f665d (patch) | |
tree | 9d0e0fcf05d2821215f62c6349ccb9f9dbebc936 /meta/recipes-devtools/qemu/qemu_2.5.0.bb | |
parent | bbc41337d28cc54d115378d4cad32f7b1c6f6cd5 (diff) | |
download | openembedded-core-33b5c3b4822b6bbb06ad5fdf7a120acd520f665d.tar.gz openembedded-core-33b5c3b4822b6bbb06ad5fdf7a120acd520f665d.tar.bz2 openembedded-core-33b5c3b4822b6bbb06ad5fdf7a120acd520f665d.zip |
qemu: Security fix CVE-2016-2198
CVE-2016-2198 Qemu: usb: ehci null pointer dereference in ehci_caps_write
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.5.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.5.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.5.0.bb b/meta/recipes-devtools/qemu/qemu_2.5.0.bb index 3e7df2f836..4398a18b02 100644 --- a/meta/recipes-devtools/qemu/qemu_2.5.0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.5.0.bb @@ -9,6 +9,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ file://no-valgrind.patch \ file://CVE-2016-1568.patch \ file://CVE-2016-2197.patch \ + file://CVE-2016-2198.patch \ " SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" SRC_URI[md5sum] = "f469f2330bbe76e3e39db10e9ac4f8db" |