#include "config.h" and define strlcpy/strlcat only if they are not
already provided by the OS (test HAVE_STRLCPY)
15 lines of code changed in 2 files:
do not cast malloc() return value
8 lines of code changed in 4 files:
document that the 4 bytes field value in PCSC_TLV_STRUCTURE is always in
big endian as documented in PCSC v2 part 10 ch 2.2 page 2. You can use
ntohl() to convert the value.
Thanks to Ulrich Vogl for the bug report
1 lines of code changed in 1 file:
SCardCheckDaemonAvailability(): test the presence of
PCSCLITE_PUBSHM_FILE (/var/run/pcscd.pub) instead of PCSCLITE_IPC_DIR
(/var/run) to detect the presence of pcscd
Thanks to Geoff Elgey for the bug report
1 lines of code changed in 1 file: