opensc/src
Peter Marschall b77e0faadb opensc-explorer: re-factor do_ls()
* replace magic magic number used as potentially too small buffer size
  by SC_MAX_EXT_APDU_RESP_SIZE
* replace magic number for filename by SC_MAX_PATH_STRING_SIZE
* start error messages with upper-case letters
* use braces after sizeof, i.e. sizeof(X) instead of sizeof X
* fix indentation
2020-03-04 21:59:38 +01:00
..
common avoid redefinition of NDEBUG 2020-01-07 11:27:57 +01:00
libopensc cardos: Avoid always-true condition 2020-03-04 21:27:56 +01:00
minidriver Minidriver additionl fixes 2020-02-01 22:42:02 +01:00
pkcs11 pkcs11: fixed state tracking 2020-03-04 21:06:43 +01:00
pkcs15init Fixed Dereference before null check 2020-02-04 13:56:53 +01:00
scconf Fixed Potential leak of memory 2019-02-14 09:22:23 +01:00
sm make sc_format_apdu_ex agnostic to card properties 2019-08-20 13:38:20 +02:00
smm fixed 127766 Out-of-bounds read 2019-11-05 21:49:30 +01:00
tests tests: Update tests to reflect current behavior of decompress 2020-03-04 21:27:56 +01:00
tools opensc-explorer: re-factor do_ls() 2020-03-04 21:59:38 +01:00
ui macos: use generic location for NotificationProxy 2019-12-02 08:22:34 +01:00
Makefile.am added fuzzing with libFuzzer and OSS-Fuzz 2019-07-26 15:23:02 +02:00
Makefile.mak use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00