FreeRDP/winpr
Martin Fleisz b45f580055 sspi: Do not call copy on empty strings
It might happen that the username/domain/password strings are set to an
empty string. This means that the null pointer check will pass but the
application will assert in the copy helper function.

This fix simple checks the length of the identity strings and only calls
copy in case the length is greater than 0.
2022-10-11 12:15:47 +02:00
..
include run clang-format 2022-09-30 19:33:12 +02:00
libwinpr sspi: Do not call copy on empty strings 2022-10-11 12:15:47 +02:00
test Fixed integer range warnings, added tests 2022-01-31 16:13:06 +01:00
tools Added missing include 2022-07-02 16:32:50 +02:00
.gitignore Fixed rdtk, uwac and winpr standalone builds 2021-06-22 08:54:18 +02:00
CMakeLists.txt Test uri fix (#8232) 2022-09-26 11:22:02 +02:00
winpr.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
WinPRConfig.cmake.in build: remove FREERDP_MONOLITHIC_BUILD 2016-01-12 17:32:32 +01:00
wlog.7 Fix issues in wlog man page 2016-12-01 15:36:31 +01:00