FreeRDP/channels
Ondrej Holy c03f68059d smartcard: Teoretical fix of uninitialized values
This tries to fixes the following defects reported by covscan tool:
 - channels/smartcard/client/smartcard_operations.c:958: uninit_use_in_call: Using uninitialized value "ret.cReaders" when calling "smartcard_pack_locate_cards_return".
 - channels/smartcard/client/smartcard_operations.c:932: uninit_use_in_call: Using uninitialized value "ret.cReaders" when calling "smartcard_pack_locate_cards_return".

But I am not sure about it...
2020-06-04 07:55:12 +02:00
..
audin Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
client Fixed return type for subsystem entry 2020-04-10 14:11:15 +02:00
cliprdr Removed unused variable warnings 2020-05-20 15:10:07 +02:00
disp Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
drdynvc Reset pointer to NULL after free. 2020-05-20 15:10:08 +02:00
drive Fixed oob read in irp_write and similar 2020-05-06 13:31:57 +02:00
echo Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
encomsp Fix memory leaks in client/encomsp_main.c and client/remdesk_main.c 2020-06-02 09:50:07 +02:00
geometry Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
parallel Fixed oob read in parallel_process_irp_create 2020-05-06 13:31:57 +02:00
printer Fixed #6157: Reset cups instance on disconnect. 2020-05-12 08:46:06 +02:00
rail Fixed rails debug string warnings. 2020-05-20 15:10:07 +02:00
rdp2tcp fix [build]: don't export rdp2tcp as cmake target 2019-11-13 16:11:46 +01:00
rdpdr Don't allow to overflow dev_array array 2020-05-01 20:34:59 +02:00
rdpei Fixed memory leak in rdpei 2020-05-25 08:43:03 +02:00
rdpgfx Reset pointer to NULL after free. 2020-05-20 15:10:08 +02:00
rdpsnd Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
remdesk Fix memory leaks in client/encomsp_main.c and client/remdesk_main.c 2020-06-02 09:50:07 +02:00
serial Fixed oob read in irp_write and similar 2020-05-06 13:31:57 +02:00
server rail server: implement channel code for rail server 2019-12-12 11:10:44 +01:00
smartcard smartcard: Teoretical fix of uninitialized values 2020-06-04 07:55:12 +02:00
sshagent Reformatted to new style 2019-11-07 10:53:54 +01:00
tsmf Removed unused function 2020-03-10 14:04:53 +01:00
urbdrc report only actual bytes received, not allocated buffer size (interrupt produces data, timeout doesn't) 2020-06-02 09:21:30 +02:00
video Fixed DestroyListener arguments and call order 2020-05-13 17:11:17 +02:00
CMakeLists.txt Replaced CMake list find with loop to fix build issues. 2020-02-27 11:18:54 +01:00