FreeRDP/winpr/libwinpr/clipboard
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
..
test Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
clipboard.c Added proper return value checks for clipboard data. 2018-05-02 09:21:42 +02:00
clipboard.h wClipboard: track sequence numbers of file lists 2017-04-09 03:15:49 +03:00
CMakeLists.txt wClipboard: local file subsystem boilerplate 2017-04-09 03:15:48 +03:00
ModuleOptions.cmake libwinpr-clipboard: initial commit 2014-10-17 15:19:05 -04:00
posix.c Fixed missing includes. 2018-08-27 14:34:42 +02:00
posix.h wClipboard: local file subsystem boilerplate 2017-04-09 03:15:48 +03:00
synthetic.c Fix #5121: Determine actual string length for input data 2018-12-10 12:41:04 +01:00