b45f580055
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. |
||
---|---|---|
.. | ||
include | ||
libwinpr | ||
test | ||
tools | ||
.gitignore | ||
CMakeLists.txt | ||
winpr.pc.in | ||
WinPRConfig.cmake.in | ||
wlog.7 |