[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCHv4 0/4] libcacard fixes
From: |
Christophe Fergeau |
Subject: |
[Qemu-devel] [PATCHv4 0/4] libcacard fixes |
Date: |
Fri, 22 Jul 2011 13:42:16 +0200 |
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 <address@hidden> 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
- [Qemu-devel] [PATCHv4 0/4] libcacard fixes,
Christophe Fergeau <=
- [Qemu-devel] [PATCHv4 1/4] libcacard: s/strip(args++)/strip(args+1), Christophe Fergeau, 2011/07/22
- [Qemu-devel] [PATCHv4 3/4] libcacard: introduce NEXT_TOKEN macro, Christophe Fergeau, 2011/07/22
- [Qemu-devel] [PATCHv4 4/4] libcacard: replace copy_string with strndup, Christophe Fergeau, 2011/07/22
- [Qemu-devel] [PATCHv4 2/4] libcacard: fix soft=... parsing in vcard_emul_options, Christophe Fergeau, 2011/07/22
- Re: [Qemu-devel] [PATCHv4 0/4] libcacard fixes, Alon Levy, 2011/07/22