sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/libcacard
Stefan Weil d9676f82e5 libcacard: Fix wrong assertion (reported by cppcheck)
assert("...") will never do anything. This assertion handles a case
which should never occur, so it must be assert(!"...").

Cc: Alon Levy <alevy@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2011-10-25 15:44:03 +02:00
..
Makefile Silence make if nothing is to do for libcacard 2011-09-21 10:49:38 +01:00
cac.c libcacard/cac: fix typo in cac_delete_pki_applet_private 2011-10-25 15:44:02 +02:00
cac.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
card_7816.c libcacard: Fix wrong assertion (reported by cppcheck) 2011-10-25 15:44:03 +02:00
card_7816.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
card_7816t.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
event.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
eventt.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
libcacard.pc.in libcacard: add pc file, install it + includes 2011-07-26 10:42:13 +03:00
link_test.c libcacard: initial commit 2011-04-01 19:07:48 -05:00
vcard.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
vcard.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
vcard_emul.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
vcard_emul_nss.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
vcard_emul_type.c libcacard: initial commit 2011-04-01 19:07:48 -05:00
vcard_emul_type.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
vcardt.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
vevent.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
vreader.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
vreader.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
vreadert.h libcacard: initial commit 2011-04-01 19:07:48 -05:00
vscard_common.h Fix typos in comments (existance -> existence) 2011-05-08 10:02:17 +01:00
vscclient.c libcacard/vscclient: fix error paths for socket creation 2011-10-25 15:44:02 +02:00