qemu-e2k/libcacard
Michael Tokarev 78a4b8d205 libcacard: g_malloc cleanups
This patch replaces g_malloc() in libcacard into g_new()
or g_new0() where appropriate (removing some init-to-zero
surrounding code), g_malloc+memcpy into g_memdup() and the
like.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Alon Levy <alevy@redhat.com>
2014-05-24 00:07:29 +04:00
..
cac.c libcacard: g_malloc cleanups 2014-05-24 00:07:29 +04:00
cac.h libcacard/vreader: add debugging messages for apdu 2013-04-24 11:48:02 +03:00
card_7816.c libcacard: g_malloc cleanups 2014-05-24 00:07:29 +04:00
card_7816.h
card_7816t.h misc: Fix some typos in names and comments 2013-09-01 18:59:24 +04:00
event.c libcacard: g_malloc cleanups 2014-05-24 00:07:29 +04:00
eventt.h
libcacard.pc.in
libcacard.syms libcacard: add list of exported symbols 2013-01-12 17:19:39 +01:00
link_test.c
Makefile libcacard: remove libcacard-specific CFLAGS and LIBS from global vars 2014-05-09 22:59:40 +02:00
vcard_emul_nss.c libcacard: g_malloc cleanups 2014-05-24 00:07:29 +04:00
vcard_emul_type.c
vcard_emul_type.h
vcard_emul.h
vcard.c libcacard: g_malloc cleanups 2014-05-24 00:07:29 +04:00
vcard.h
vcardt_internal.h libcacard: move atr setting from macro to function 2013-04-24 11:48:03 +03:00
vcardt.c libcacard: move atr setting from macro to function 2013-04-24 11:48:03 +03:00
vcardt.h libcacard: move atr setting from macro to function 2013-04-24 11:48:03 +03:00
vevent.h
vreader.c libcacard: g_malloc cleanups 2014-05-24 00:07:29 +04:00
vreader.h
vreadert.h
vscard_common.h
vscclient.c Add a 'name' parameter to qemu_thread_create 2014-03-09 21:09:38 +02:00