use a union to avoid "warning: dereferencing pointer 'veStr' does break
strict-aliasing rules" warnings with gcc 4.4
Thanks to Stanislav Brabec for the patch
18 lines of code changed in 3 files:
use a union of fields with different types instead of casts to avoid
testpcsc.c:313: warning: dereferencing type-punned pointer will break strict-aliasing rules
testpcsc.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules
Thanks to Stanislav Brabec for the patch
11 lines of code changed in 1 file:
fix musclecard URL
Thanks to Stanislav Brabec for the patch
1 lines of code changed in 1 file:
generate a .bz2 archive only
1 lines of code changed in 2 files:
IFDControl(): use %LX instead of %Lx in a log format
1 lines of code changed in 1 file:
main(): force access rights on /var/run/pcscd to be sure it can be used
by a libpcsclite client without privileges
Thanks to S�bastien Lorquet for the bug report
8 lines of code changed in 1 file:
port to Mac OS X
23 lines of code changed in 3 files:
add Doxygen documentation
3 lines of code changed in 1 file:
new files
80 lines of code changed in 3 files:
MSGFunctionDemarshall(): detect buffer overflows
Thanks to Sebastian Krahmer for the bug report
57 lines of code changed in 1 file:
SCardGetAttrib() & SCardSetAttrib(): debug Doxygen examples
3 lines of code changed in 1 file:
main(): wrong mode file comment
1 lines of code changed in 1 file:
cppcheck: (error) Resource leak: fp
6 lines of code changed in 2 files:
SCardEstablishContext(): Doxygen: each thread of an application shall
use its own SCARDCONTEXT.
3 lines of code changed in 1 file: