FreeRDP/client
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
..
Android Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
common Added WaitableTimer implementation for mac OS. 2018-03-12 13:39:21 +01:00
DirectFB Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
iOS Fixed PubSub function pointer casts. 2018-02-14 11:00:52 +01:00
Mac Added WaitableTimer implementation for mac OS. 2018-03-12 13:39:21 +01:00
Sample Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
Wayland Merge pull request #4414 from akallabeth/pthread_cleanup_fix 2018-02-15 11:02:37 +01:00
Windows Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
X11 resolve several possible null pointer dereference 2018-03-24 17:46:39 +05:00
.gitignore wlfreerdp: add initial man page 2017-01-16 11:11:59 +01:00
CMakeLists.txt freerdp: UWP porting 2016-03-29 16:03:15 -04:00
freerdp-client.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDP-ClientConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00