X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fpve%2F0035-fix-possible-unitialised-return-value.patch;fp=debian%2Fpatches%2Fpve%2F0035-fix-possible-unitialised-return-value.patch;h=0000000000000000000000000000000000000000;hb=e8d0924679a5d7a3acfc128a1140ffdef0269338;hp=c9af1799b2005412031e04cdefc5e1a73df385ff;hpb=dcfd9c72bc5bb92f7715f7eb52e6610bc629a1c8;p=pve-qemu-kvm.git 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 index c9af179..0000000 --- a/debian/patches/pve/0035-fix-possible-unitialised-return-value.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 6db418de8e775dd2f3699033699777498f4e2afd Mon Sep 17 00:00:00 2001 -From: Thomas Lamprecht -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 -