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:26 +0200
committerTudor Florea <tudor.florea@enea.com>2016-05-03 16:06:17 +0200
commit3e666afc648543a2dd73c577569e34d0d8d996ff (patch)
tree0c7add932071a499677ef6d5943656af824cf6c8 /meta/recipes-devtools/qemu/qemu_2.4.0.bb
parent128060b9853174f93dd4c45d4dc1b0acbe08388f (diff)
downloadpoky-3e666afc648543a2dd73c577569e34d0d8d996ff.tar.gz
qemu: net: CVE-2015-5279
Fixes heap overflow vulnerability in ne2000_receive() function. Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5279 Reference to upstream patch: http://git.qemu.org/?p=qemu.git;a=commit;h=7aa2bcad0ca837dd6d4bf4fa38a80314b4a6b755 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 9435d969f5..6c8d1b78dd 100644
--- a/meta/recipes-devtools/qemu/qemu_2.4.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.4.0.bb
@@ -22,6 +22,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.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 file://net-CVE-2015-5278.patch \
25 file://net-CVE-2015-5279.patch \
25 " 26 "
26SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 27SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
27SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4" 28SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4"