FreeRDP/winpr/libwinpr/path
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
..
include winpr/path: fix PathCchFindExtensionA and more 2016-05-26 18:36:02 +02:00
test resolve several possible null pointer dereference 2018-03-24 17:46:39 +05:00
CMakeLists.txt Added ios home and temp dir support. 2016-10-06 13:43:08 +02:00
ModuleOptions.cmake libwinpr: stubbed Path API 2012-09-22 22:02:55 -04:00
path.c winpr/path: fix PathCchFindExtensionA and more 2016-05-26 18:36:02 +02:00
shell_ios.h Added ios home and temp dir support. 2016-10-06 13:43:08 +02:00
shell_ios.m Added ios home and temp dir support. 2016-10-06 13:43:08 +02:00
shell.c Merge pull request #4041 from wayk/PathMakePathA 2017-07-17 12:26:48 +02:00