summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_1.7.0.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2015-02-12 12:42:15 +0100
committerTudor Florea <tudor.florea@enea.com>2015-07-06 20:19:36 +0200
commita886d431a3284e75865ebf53e172a4d36773107e (patch)
tree7d432a7ef4e939b28685b0607cbba7112aab3f7f /meta/recipes-devtools/qemu/qemu_1.7.0.bb
parent661e84258b3588ebe8b4d3f781f73715d2c54cc8 (diff)
downloadpoky-a886d431a3284e75865ebf53e172a4d36773107e.tar.gz
Qemu: CVE-2014-2894
Fixes an out of bounds memory access flaw in Qemu's IDE device model Reference http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2894 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.7.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.7.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.7.0.bb b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
index b776cccc02..a519645f56 100644
--- a/meta/recipes-devtools/qemu/qemu_1.7.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
5 5
6SRC_URI += "file://fxrstorssefix.patch \ 6SRC_URI += "file://fxrstorssefix.patch \
7 file://qemu-enlarge-env-entry-size.patch \ 7 file://qemu-enlarge-env-entry-size.patch \
8 file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch" 8 file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \
9 file://ide-CVE-2014-2894.patch"
9 10
10SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" 11SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
11SRC_URI[md5sum] = "32893941d40d052a5e649efcf06aca06" 12SRC_URI[md5sum] = "32893941d40d052a5e649efcf06aca06"