From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMLJo-0002pA-01 for qemu-devel@nongnu.org; Tue, 26 Aug 2014 14:18:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMLJh-0000HE-E6 for qemu-devel@nongnu.org; Tue, 26 Aug 2014 14:18:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMLJh-0000HA-6R for qemu-devel@nongnu.org; Tue, 26 Aug 2014 14:18:01 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7QII0ce003835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 26 Aug 2014 14:18:00 -0400 From: Stefan Hajnoczi Date: Tue, 26 Aug 2014 19:17:53 +0100 Message-Id: <1409077076-29855-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] qemu-img: error path fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Jeff Cody , jsnow@redhat.com, Markus Armbruster , Stefan Hajnoczi I noticed a few minor issues when looking at cache flag parsing. This series cleans them up. Stefan Hajnoczi (3): qemu-img: fix img_commit() error return value qemu-img: fix img_compare() flags error path qemu-img: always goto out in img_snapshot() error paths qemu-img.c | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) -- 1.9.3