FreeRDP/channels/smartcard/client
Ondrej Holy 7554154a04 smartcard: Fix usage of uninitialized values
This fixes the following defect reported by covscan tool:
 - channels/smartcard/client/smartcard_pack.c:942: uninit_use_in_call: Using uninitialized value "tmp" when calling "ConvertFromUnicode".
 - channels/smartcard/client/smartcard_pack.c:894: uninit_use_in_call: Using uninitialized value "tmp" when calling "ConvertFromUnicode".
 - channels/smartcard/client/smartcard_pack.c:475: uninit_use_in_call: Using uninitialized value "tmp" when calling "ConvertFromUnicode".
2020-06-04 07:55:12 +02:00
..
CMakeLists.txt cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
smartcard_main.c Implement missing functions for new smartcard 2020-01-13 11:27:37 +01:00
smartcard_main.h Implement missing functions for new smartcard 2020-01-13 11:27:37 +01:00
smartcard_operations.c Changed smartcard no reader log message level to info 2020-05-08 11:21:51 +02:00
smartcard_pack.c smartcard: Fix usage of uninitialized values 2020-06-04 07:55:12 +02:00
smartcard_pack.h Pack smartcard channel structs to 1 byte alignment 2020-03-27 18:24:25 +01:00