d198f73081
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'. |
||
---|---|---|
.. | ||
test | ||
clipboard.c | ||
clipboard.h | ||
CMakeLists.txt | ||
ModuleOptions.cmake | ||
posix.c | ||
posix.h | ||
synthetic.c |