opensc/src
Frank Morgner c5e40127d0 Coverity fixes (#1012)
card-cac.c
 * CLANG_WARNING: The left operand of '<' is a garbage value
card-coolkey.c
 * CLANG_WARNING: overwriting variable
 * CPPCHECK_WARNING: memory leak / overwrite variable
 * CLANG_WARNING: null pointer dereference
 * UNUSED_VALUE: unused return value
card-gids.c
 * CLANG_WARNING: Branch condition evaluates to a garbage value
 * SIZEOF_MISMATCH: suspicious_sizeof
card-myeid.c
 * RESOURCE_LEAK: Variable "buf" going out of scope leaks the storage it points to.
 * CLANG_WARNING: overwriting variable
 * (rewrite not to confuse coverity)
pkcs15-cac.c
 * RESOURCE_LEAK: Variable "cert_out" going out of scope leaks the storage it points to.
pkcs15-coolkey.c
 * UNUSED_VALUE: unused return value
pkcs15-piv.c
 * RESOURCE_LEAK: Variable "cert_out" going out of scope leaks the storage it points to.
pkcs15-sc-hsm.c
 * DEADCODE
pkcs11/framework-pkcs15.c
 * RESOURCE_LEAK: Variable "p15_cert" going out of scope leaks the storage it points to.
pkcs15init/pkcs15-lib.c
 * CLANG_WARNING: Assigned value is garbage or undefined
pkcs15init/pkcs15-myeid.c
 * UNREACHABLE: Probably wrong placement of code block
tests/p15dump.c
 * IDENTICAL_BRANCHES
pkcs15-init.c
 * CLANG_WARNING: Potential leak of memory pointed to by 'args.der_encoded.value'
pkcs15-tool.c
 * RESOURCE_LEAK: Variable "cert" going out of scope leaks the storage it points to.
 * MISSING_BREAK: The above case falls through to this one.
sc-hsm-tool.c
 * CLANG_WARNING: Potential leak of memory pointed to by 'sp'
westcos-tool.c
 * FORWARD_NULL: Passing null pointer "pin" to "unlock_pin", which dereferences it.
 * (rewrite not to confuse coverity)
card-cac.c
* Avoid malloc with 0 argument
gids-tool.c
* FORWARD_NULL -- copy&paste error
scconf.c
* CLANG_WARNING: Call to 'malloc' has an allocation size of 0 bytes

closes #982
2017-04-03 13:43:30 +02:00
..
common License clarification (#988) 2017-03-14 22:47:13 +01:00
libopensc Coverity fixes (#1012) 2017-04-03 13:43:30 +02:00
minidriver Minidriver CardReadFile() parameters are optional 2017-03-27 11:09:38 +02:00
pkcs11 Coverity fixes (#1012) 2017-04-03 13:43:30 +02:00
pkcs15init Coverity fixes (#1012) 2017-04-03 13:43:30 +02:00
scconf Coverity fixes (#1012) 2017-04-03 13:43:30 +02:00
sm fixed compiler warnings 2017-03-28 12:51:24 +02:00
smm Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
tests Coverity fixes (#1012) 2017-04-03 13:43:30 +02:00
tools Coverity fixes (#1012) 2017-04-03 13:43:30 +02:00
Makefile.am Added (external) card driver for German ID card 2017-03-20 21:28:48 +01:00
Makefile.mak Added (external) card driver for German ID card 2017-03-20 21:28:48 +01:00