From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHzYQ-0007qh-Q6 for qemu-devel@nongnu.org; Sun, 23 Oct 2011 11:01:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHzYP-0001bV-GL for qemu-devel@nongnu.org; Sun, 23 Oct 2011 11:01:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHzYO-0001bL-Sq for qemu-devel@nongnu.org; Sun, 23 Oct 2011 11:01:37 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9NF1Y09009706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 23 Oct 2011 11:01:35 -0400 Received: from bow.tlv.redhat.com (dhcp-3-73.tlv.redhat.com [10.35.3.73]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p9NF1XrG003143 for ; Sun, 23 Oct 2011 11:01:34 -0400 From: Alon Levy Date: Sun, 23 Oct 2011 16:58:50 +0200 Message-Id: <1319381932-22901-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] libcacard coverity found fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Two fixes, the first means memory for a vcard applet was never freed, the second fixes vscclient handling of errors when opening it's socket. Alon Levy (2): libcacard/cac: fix typo in cac_delete_pki_applet_private libcacard/vscclient: fix error paths for socket creation libcacard/cac.c | 3 ++- libcacard/vscclient.c | 9 +++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) -- 1.7.6.4