]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0035-fix-possible-unitialised-return-value.patch
refer to the new repository
[pve-qemu-kvm.git] / debian / patches / pve / 0035-fix-possible-unitialised-return-value.patch
diff --git a/debian/patches/pve/0035-fix-possible-unitialised-return-value.patch b/debian/patches/pve/0035-fix-possible-unitialised-return-value.patch
deleted file mode 100644 (file)
index c9af179..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From 6db418de8e775dd2f3699033699777498f4e2afd Mon Sep 17 00:00:00 2001
-From: Thomas Lamprecht <t.lamprecht@proxmox.com>
-Date: Wed, 6 Apr 2016 16:45:15 +0200
-Subject: [PATCH 35/48] fix possible unitialised return value
-
----
- migration/savevm.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/migration/savevm.c b/migration/savevm.c
-index feb0dc6..d2615f4 100644
---- a/migration/savevm.c
-+++ b/migration/savevm.c
-@@ -1111,7 +1111,7 @@ int qemu_savevm_state_complete_precopy(QEMUFile *f, bool iterable_only)
-     QJSON *vmdesc;
-     int vmdesc_len;
-     SaveStateEntry *se;
--    int ret;
-+    int ret = -1;
-     bool in_postcopy = migration_in_postcopy(migrate_get_current());
-     trace_savevm_state_complete_precopy();
--- 
-2.1.4
-