FreeRDP/channels
Ondrej Holy 892cbe3261 Fix various memory leaks reported by Coverity
Covscan report contains various memory leak defects which were marked
as important. I have spent some time analyzing them and although they
were marked as important, most of them are in error cases, so probably
nothing serious. Let's fix most of them anyway. The rest are false
positives, or too complicated to fix, or already fixed in master, or
simply I am unsure about them.

Relates: https://github.com/FreeRDP/FreeRDP/issues/6981
2021-04-27 14:25:20 +02:00
..
audin fix formating with clang-format 2021-03-08 13:11:50 +01:00
client Revert "Revert "allow to use in single threaded mode" (#6864)" 2021-03-26 11:50:45 +01:00
cliprdr Revert "Revert "allow to use in single threaded mode" (#6864)" 2021-03-26 11:50:45 +01:00
disp channels/disp/client/disp_main.c: fix possible null pointer dereference 2020-10-02 09:58:03 +02:00
drdynvc Revert "Revert "allow to use in single threaded mode" (#6864)" 2021-03-26 11:50:45 +01:00
drive Fixed oob read in irp_write and similar 2020-05-06 13:31:57 +02:00
echo Added duplicate initialization check for plugins. 2020-08-10 16:17:44 +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 linking dependencies for client geometry channel 2020-12-08 14:01:06 +01:00
parallel Fixed oob read in parallel_process_irp_create 2020-05-06 13:31:57 +02:00
printer Fix various memory leaks reported by Coverity 2021-04-27 14:25:20 +02:00
rail Improved RAIL order debug messages 2021-04-02 09:54:07 +02:00
rdp2tcp Fix various memory leaks reported by Coverity 2021-04-27 14:25:20 +02:00
rdpdr Filter RDPDR types other than drives on windows hotplug 2021-03-09 13:58:28 +01:00
rdpei Renamed RDPEI flags due to problems with windows headers 2020-11-30 13:54:33 +01:00
rdpgfx Added bounds check in rdpgfx_recv_wire_to_surface_1_pdu 2021-03-12 10:52:04 +01:00
rdpsnd Fixed #6882: Use default output device on mac (#6893) 2021-03-12 11:17:37 +01:00
remdesk Added const to function arguments 2021-02-17 11:29:56 +01:00
serial reverted changes from clang-format 2021-02-25 14:05:40 +01:00
server rail server: implement channel code for rail server 2019-12-12 11:10:44 +01:00
smartcard Fix various memory leaks reported by Coverity 2021-04-27 14:25:20 +02:00
sshagent Reformatted to new style 2019-11-07 10:53:54 +01:00
tsmf Added const to function arguments 2021-02-17 11:29:56 +01:00
urbdrc Fix various memory leaks reported by Coverity 2021-04-27 14:25:20 +02:00
video Refactored H264 encoding/decoding 2021-03-01 11:52:07 +01:00
CMakeLists.txt Replaced CMake list find with loop to fix build issues. 2020-02-27 11:18:54 +01:00