summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.4.0.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-05-02 09:33:25 +0200
committerTudor Florea <tudor.florea@enea.com>2016-05-03 16:06:04 +0200
commit128060b9853174f93dd4c45d4dc1b0acbe08388f (patch)
tree4a667da4ea4a2c8167a12d790cfcaccf73100895 /meta/recipes-devtools/qemu/qemu_2.4.0.bb
parent3291d1de776eb008e665746f93a65aa90f8750ce (diff)
downloadpoky-128060b9853174f93dd4c45d4dc1b0acbe08388f.tar.gz
qemu: net: CVE-2015-5278
Avoid infinite loop when receiving packets. Reference: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-5278 Reference to upstream patch: http://git.qemu.org/?p=qemu.git;a=commit;h=5a1ccdfe44946e726b4c6fda8a4493b3931a68c1 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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 444fb02e47..9435d969f5 100644
--- a/meta/recipes-devtools/qemu/qemu_2.4.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.4.0.bb
@@ -21,6 +21,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
21 file://CVE-2016-2197.patch \ 21 file://CVE-2016-2197.patch \
22 file://CVE-2016-2198.patch \ 22 file://CVE-2016-2198.patch \
23 file://vnc-CVE-2015-5225.patch \ 23 file://vnc-CVE-2015-5225.patch \
24 file://net-CVE-2015-5278.patch \
24 " 25 "
25SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 26SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
26SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4" 27SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4"