Hi developers,

client/X11/xf_cliprdr.c in function
static UINT xf_cliprdr_send_client_capabilities(clipboard* clipboard)

please note you are using
generalCapabilitySet.generalFlags = SI_USE_LONG_FORMAT_NAMES;

but you are not using UNICODE strings for formatName as specified in
the documentation.

2.2.3.1 Format List PDU:
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpeclip/14e60d52-e0da-4e19-9455-e8643ff17673

2.3.1.2.1 Long Format Name:
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpeclip/feee15ee-787d-4ca2-bb41-136cee50d3de

Regards.


_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to