From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkE7f-0002PE-50 for qemu-devel@nongnu.org; Fri, 22 Jul 2011 07:42:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkE7e-0002UJ-4d for qemu-devel@nongnu.org; Fri, 22 Jul 2011 07:42:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkE7d-0002U8-Tl for qemu-devel@nongnu.org; Fri, 22 Jul 2011 07:42:26 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6MBgOuV014921 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 22 Jul 2011 07:42:25 -0400 Received: from localhost.localdomain (ovpn-116-27.ams2.redhat.com [10.36.116.27]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p6MBgLs8007979 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 22 Jul 2011 07:42:23 -0400 From: Christophe Fergeau Date: Fri, 22 Jul 2011 13:42:16 +0200 Message-Id: <1311334940-29362-1-git-send-email-cfergeau@redhat.com> Subject: [Qemu-devel] [PATCHv4 0/4] libcacard fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, This is a resend of my series of libcacard fixes, with the correct patches this time. Changes since v3: - the series now includes the intended patches Changes since v2: - added Reviewed-by: Alon Levy to the 4 patches Changes since v1: - split first patch into 3 patches, v1 2/2 is unchanged Christophe Fergeau (4): libcacard: fix soft=... parsing in vcard_emul_options libcacard: introduce NEXT_TOKEN macro libcacard: replace copy_string with strndup libcacard: don't leak vcard_emul_alloc_arrays mem libcacard/vcard_emul_nss.c | 124 +++++++++++++++++++------------------------ 1 files changed, 55 insertions(+), 69 deletions(-) -- 1.7.6