From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkDz5-0005jP-IT for qemu-devel@nongnu.org; Fri, 22 Jul 2011 07:33:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkDz4-00008t-N5 for qemu-devel@nongnu.org; Fri, 22 Jul 2011 07:33:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkDz4-00008l-E1 for qemu-devel@nongnu.org; Fri, 22 Jul 2011 07:33:34 -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 p6MBXXws027575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 22 Jul 2011 07:33:33 -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 p6MBXUcq005459 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 22 Jul 2011 07:33:32 -0400 From: Christophe Fergeau Date: Fri, 22 Jul 2011 13:33:26 +0200 Message-Id: <1311334410-28559-1-git-send-email-cfergeau@redhat.com> Subject: [Qemu-devel] [PATCHv3 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, no change since last version apart from the added "Reviewed-by" tag. 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