FreeRDP/channels
Ilya Shipitsin 14c15c680d resolve several possible null pointer dereference
issue detected by cppcheck

[channels/drive/client/drive_main.c:454] -> [channels/drive/client/drive_main.c:443]: (warning) Either the condition '!irp' is redundant or there is possible null pointer dereference: irp.
[client/X11/xf_window.c:582] -> [client/X11/xf_window.c:580]: (warning) Either the condition '!xfc' is redundant or there is possible null pointer dereference: xfc.
[winpr/libwinpr/path/test/TestPathShell.c:40] -> [winpr/libwinpr/path/test/TestPathShell.c:43]: (warning) Either the condition '!path' is redundant or there is possible null pointer dereference: path.
[winpr/libwinpr/path/test/TestPathShell.c:49] -> [winpr/libwinpr/path/test/TestPathShell.c:52]: (warning) Either the condition '!path' is redundant or there is possible null pointer dereference: path.
2018-03-24 17:46:39 +05:00
..
audin Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
client Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
cliprdr Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
disp disp: implement dynamic resolution for X11 2017-12-14 15:13:11 +01:00
drdynvc Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
drive resolve several possible null pointer dereference 2018-03-24 17:46:39 +05:00
echo Fixed compiler warnings. 2018-03-07 14:47:06 +01:00
encomsp Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
geometry video, geometry: fixed geometry handling 2018-02-13 10:52:53 +01:00
parallel Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
printer Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
rail Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
rdpdr Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
rdpei Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
rdpgfx Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
rdpsnd Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
remdesk Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
serial Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
server Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
smartcard Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
sshagent Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
tsmf Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
urbdrc Replaced atoi 2017-11-15 15:52:16 +01:00
video Do not export internal variables. 2018-02-14 13:51:38 +01:00
CMakeLists.txt cmake: replaced STATIC_CHANNELS with BUILTIN_CHANNELS 2016-06-15 13:36:27 +02:00