From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbHvx-0001vE-8L for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:57:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbHvv-0003m3-6g for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:57:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbHvu-0003lj-JB for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:57:22 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5RJvKIk010458 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 27 Jun 2011 15:57:20 -0400 Date: Mon, 27 Jun 2011 21:57:12 +0200 From: Alon Levy Message-ID: <20110627195712.GC30873@bow.redhat.com> References: <1308926260-11995-1-git-send-email-cfergeau@redhat.com> <1309188459-806-1-git-send-email-cfergeau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1309188459-806-1-git-send-email-cfergeau@redhat.com> Subject: Re: [Qemu-devel] [PATCHv2 0/4] libcacard fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christophe Fergeau Cc: qemu-devel@nongnu.org On Mon, Jun 27, 2011 at 05:27:35PM +0200, Christophe Fergeau wrote: > Hey, > > Alon asked me to split the parsing patches to make the review easier, to here > they are. Reviewed-by: Alon Levy > > Changes since v1: > - split first patch into 3 patches, v1 2/2 is unchanged > > Christophe Fergeau (4): > libcacard: s/strip(args++)/strip(args+1) > libcacard: fix soft=... parsing in vcard_emul_options > libcacard: introduce NEXT_TOKEN macro > libcacard: replace copy_string with strndup > > libcacard/vcard_emul_nss.c | 113 +++++++++++++++++-------------------------- > 1 files changed, 45 insertions(+), 68 deletions(-) > > -- > 1.7.5.4 > >