FreeRDP/channels/smartcard/client
Bernhard Miklautz f8a3e7acd4 fix channel/smartcard: GetStatusChange return code
In case SCardGetStatusChange returned an error the call didn't return
any data but STATUS_NO_MEMORY as the calloc failed. This caused problems
with multiple applications server side (hangs and incorrect behavior).

Now the case when no readers are returned is handed correctly and the
data is also filled and send if the call fails.
2017-12-13 17:04:06 +01:00
..
CMakeLists.txt cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
smartcard_main.c fix channel/smartcard: async request handling 2017-12-13 17:04:06 +01:00
smartcard_main.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
smartcard_operations.c fix channel/smartcard: GetStatusChange return code 2017-12-13 17:04:06 +01:00
smartcard_pack.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
smartcard_pack.h smartcard: implement ListReaderGroups 2017-02-16 16:59:03 +01:00