]> git.pld-linux.org Git - packages/qemu.git/commitdiff
remove CVE-2018-20815/vgabios-widescreens patches
authorJan Palus <atler@pld-linux.org>
Tue, 9 Mar 2021 11:15:54 +0000 (12:15 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 9 Mar 2021 11:15:54 +0000 (12:15 +0100)
dropped from spec in 2f80d75/a782bf0 respectively

qemu-CVE-2018-20815.patch [deleted file]
vgabios-widescreens.patch [deleted file]

diff --git a/qemu-CVE-2018-20815.patch b/qemu-CVE-2018-20815.patch
deleted file mode 100644 (file)
index 430ac3c..0000000
+++ /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 (file)
index 19541a1..0000000
+++ /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, },
- };
This page took 0.186921 seconds and 4 git commands to generate.