]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0035-fix-possible-unitialised-return-value.patch
update to qemu-2.9.0-rc2
[pve-qemu-kvm.git] / debian / patches / pve / 0035-fix-possible-unitialised-return-value.patch
index fb2dc2dd20e27e1278ed0a7d1432824fa864a87d..36dac306b1d013362b77f7d19ef1945dda78e581 100644 (file)
@@ -1,4 +1,4 @@
-From 927da5e2426aac5bef37c97604740deddedbda41 Mon Sep 17 00:00:00 2001
+From a072638a678b59f6c60d9542ffa7220cea493d8d 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/47] fix possible unitialised return value
@@ -8,10 +8,10 @@ Subject: [PATCH 35/47] fix possible unitialised return value
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/migration/savevm.c b/migration/savevm.c
-index b1bdfb6..cebba77 100644
+index feb0dc6..d2615f4 100644
 --- a/migration/savevm.c
 +++ b/migration/savevm.c
-@@ -1020,7 +1020,7 @@ int qemu_savevm_state_complete_precopy(QEMUFile *f, bool iterable_only)
+@@ -1111,7 +1111,7 @@ int qemu_savevm_state_complete_precopy(QEMUFile *f, bool iterable_only)
      QJSON *vmdesc;
      int vmdesc_len;
      SaveStateEntry *se;