From: Jan Palus Date: Tue, 9 Mar 2021 11:15:54 +0000 (+0100) Subject: remove CVE-2018-20815/vgabios-widescreens patches X-Git-Tag: auto/th/qemu-5.0.0-5~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fqemu.git;a=commitdiff_plain;h=61a51e7 remove CVE-2018-20815/vgabios-widescreens patches dropped from spec in 2f80d75/a782bf0 respectively --- diff --git a/qemu-CVE-2018-20815.patch b/qemu-CVE-2018-20815.patch deleted file mode 100644 index 430ac3c..0000000 --- a/qemu-CVE-2018-20815.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/device_tree.c b/device_tree.c -index 6d9c972..296278e 100644 ---- a/device_tree.c -+++ b/device_tree.c -@@ -91,7 +91,7 @@ void *load_device_tree(const char *filename_path, int *sizep) - /* First allocate space in qemu for device tree */ - fdt = g_malloc0(dt_size); - -- dt_file_load_size = load_image(filename_path, fdt); -+ dt_file_load_size = load_image_size(filename_path, fdt, dt_size); - if (dt_file_load_size < 0) { - error_report("Unable to open device tree file '%s'", - filename_path); diff --git a/vgabios-widescreens.patch b/vgabios-widescreens.patch deleted file mode 100644 index 19541a1..0000000 --- a/vgabios-widescreens.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- qemu-1.1.0/roms/vgabios/vbetables-gen.c.orig 2012-06-05 11:08:17.000000000 +0200 -+++ qemu-1.1.0/roms/vgabios/vbetables-gen.c 2012-09-23 17:17:34.709685781 +0200 -@@ -76,6 +76,8 @@ - { 2560, 1600, 16 , 0x18a}, - { 2560, 1600, 24 , 0x18b}, - { 2560, 1600, 32 , 0x18c}, -+{ 1600, 900, 24 , 0x18d}, -+{ 1600, 1000, 24 , 0x18e}, - { 0, }, - }; -