FreeRDP/winpr
Armin Novak d198f73081 Fix #5121: Determine actual string length for input data
ConvertFromUnicode ignores '\0' sequences when the length of the input
string is given. Clipboard strings may be larger than the actual string
length and padded with random data leading to decoding errors.
Limit the length to the first occurrence of a '\0'.
2018-12-10 12:41:04 +01:00
..
include Added _wcsnlen function for WCHAR string length. 2018-12-10 12:39:32 +01:00
libwinpr Fix #5121: Determine actual string length for input data 2018-12-10 12:41:04 +01:00
test fix string format specifiers 2016-12-16 13:48:43 +01:00
tools Replaced BIO_free with BIO_free_all 2018-11-08 12:09:49 +01:00
.gitignore Add library libwinpr-tools 2016-05-03 14:42:08 +02:00
CMakeLists.txt winpr: add WINPR_DLL definition 2018-10-04 15:09:49 -04: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