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:27 +0200
committerTudor Florea <tudor.florea@enea.com>2016-05-03 16:06:28 +0200
commit9c5b66788d746491a471bed3c7c7333862f95ea7 (patch)
treef70147af4dc6498356385a5e91f047fb977de6ec /meta/recipes-devtools/qemu/qemu_2.4.0.bb
parent3e666afc648543a2dd73c577569e34d0d8d996ff (diff)
downloadpoky-9c5b66788d746491a471bed3c7c7333862f95ea7.tar.gz
qemu: ide: CVE-2015-6855
Fixes divide by zero issue. Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6855 Reference to upstream patch: http://git.qemu.org/?p=qemu.git;a=commit;h=63d761388d6fea994ca498c6e7a210851a99ad93 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 6c8d1b78dd..9007b8cba8 100644
--- a/meta/recipes-devtools/qemu/qemu_2.4.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.4.0.bb
@@ -23,6 +23,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.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 file://net-CVE-2015-5279.patch \
26 file://ide-CVE-2015-6855.patch \
26 " 27 "
27SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 28SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
28SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4" 29SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4"