FreeRDP/winpr/libwinpr/path/test
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
..
.gitignore libwinpr-path: start writing tests 2012-10-01 16:49:34 -04:00
CMakeLists.txt Added PathMakePath function. 2015-06-09 13:16:28 +02:00
TestPathAllocCanonicalize.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathAllocCombine.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPathCchAddBackslash.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPathCchAddBackslashEx.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPathCchAddExtension.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPathCchAppend.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPathCchAppendEx.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchCanonicalize.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchCanonicalizeEx.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchCombine.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchCombineEx.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchFindExtension.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPathCchIsRoot.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchRemoveBackslash.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchRemoveBackslashEx.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchRemoveExtension.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchRemoveFileSpec.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchRenameExtension.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchSkipRoot.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathCchStripPrefix.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPathCchStripToRoot.c winpr/path: umimplemented tests print a warning 2015-06-08 14:33:19 +02:00
TestPathIsUNCEx.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestPathMakePath.c Added RemoveDirectoryA, clean up test directories. 2015-06-09 13:16:28 +02:00
TestPathShell.c resolve several possible null pointer dereference 2018-03-24 17:46:39 +05:00