FreeRDP/channels/drive/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
..
CMakeLists.txt Rewrite drive channel using WinPR functions 2017-03-13 14:18:46 -07:00
drive_file.c Add checks for DR channel 2017-10-04 10:30:47 +02:00
drive_file.h Additional error checks for drive channel. 2017-07-24 11:31:48 +02:00
drive_main.c resolve several possible null pointer dereference 2018-03-24 17:46:39 +05:00