diff options
| author | Sona Sarmadi <sona.sarmadi@enea.com> | 2017-03-03 12:51:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-08 11:52:57 +0000 |
| commit | 0884c80070bf163f02d962335564a835deb6d90d (patch) | |
| tree | 836f429cc2f8cca2840c413e1c92e0039fcbe2d6 /meta/recipes-devtools/qemu/qemu_2.8.0.bb | |
| parent | 5724b1e3d915d83e1d26e060ffcf5ce091102755 (diff) | |
| download | poky-0884c80070bf163f02d962335564a835deb6d90d.tar.gz | |
qemu: display: CVE-2016-9912
virtio-gpu: memory leakage when destroying gpu resource
Reference:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9912
Reference to upstream patch:
http://git.qemu-project.org/?p=qemu.git;a=patch;h=b8e23926c568f2e963af39028b71c472e3023793
(From OE-Core rev: 8bf7ade372b46b8a872661a7904fbaa30fa262a2)
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.8.0.bb')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.8.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.8.0.bb b/meta/recipes-devtools/qemu/qemu_2.8.0.bb index b8799d5cc2..19d7e8f658 100644 --- a/meta/recipes-devtools/qemu/qemu_2.8.0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.8.0.bb | |||
| @@ -29,6 +29,7 @@ SRC_URI += " \ | |||
| 29 | file://0003-Introduce-condition-in-TPM-backend-for-notification.patch \ | 29 | file://0003-Introduce-condition-in-TPM-backend-for-notification.patch \ |
| 30 | file://0004-Add-support-for-VM-suspend-resume-for-TPM-TIS.patch \ | 30 | file://0004-Add-support-for-VM-suspend-resume-for-TPM-TIS.patch \ |
| 31 | file://CVE-2016-9908.patch \ | 31 | file://CVE-2016-9908.patch \ |
| 32 | file://CVE-2016-9912.patch \ | ||
| 32 | " | 33 | " |
| 33 | 34 | ||
| 34 | SRC_URI_append_class-native = " \ | 35 | SRC_URI_append_class-native = " \ |
