FreeRDP/client
Sascha Wessel 9867793d07 wlfreerdp/cliprdr: Initialize pointer before use
In `wlf_cliprdr_server_format_data_request()` `ConvertToUnicode()` may return 0
while not allocating memory for `cdata` and not setting `cdata` to a valid
address. In this case, `data` points to a random address.

Settting `cdata` to NULL before calling `ConvertToUnicode()` fixes this issues.
2020-04-26 19:57:50 +02:00
..
Android Fix #6085: Java string comparison should prefer equals 2020-04-16 08:25:25 +02:00
common Added ability to add usb devs via id and addr simultaneously 2020-04-26 19:09:13 +02:00
iOS Spelling fixes for iOS strings 2020-04-23 08:01:07 +02:00
Mac Reformatted to new style 2019-11-07 10:53:54 +01:00
Sample Made CHANNEL_TSMF optional and deprecated. 2020-02-26 13:56:43 +01:00
Wayland wlfreerdp/cliprdr: Initialize pointer before use 2020-04-26 19:57:50 +02:00
Windows wf_cliprdr.c forget OleUninitialize if create_cliprdr_window failed 2020-03-02 11:45:45 +01:00
X11 Made xf_OutputExpose non blocking. 2020-04-18 10:18:31 +02:00
.gitignore Removed DirectFB client as it is unmaintained 2018-11-22 14:40:19 +01:00
CMakeLists.txt Removed DirectFB client as it is unmaintained 2018-11-22 14:40:19 +01:00
freerdp-client.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDP-ClientConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00