Replies: 2 comments 2 replies
-
Good point.
What do you think about the idea of using We should also consider I think most uses could be found quite easily
Does that make sense? Will it work OK? |
Beta Was this translation helpful? Give feedback.
-
I found that the file size transferred over the clipboard is limited to 4 GiB in protocol design.
Large file (4GiB) support will be implemented as an extension and indicated by xrdp/sesman/chansrv/clipboard.c Lines 238 to 240 in b367f57 However, |
Beta Was this translation helpful? Give feedback.
-
I found that clipboard file transfer might not work properly if the filesize > 4GiB.
Also, there are some codes using
int
that might have values of more than 2^32 like #1087.I started adding some tests for this.
xrdp/sesman/chansrv/clipboard_file.c
Lines 53 to 60 in b481351
xrdp/sesman/chansrv/clipboard_file.c
Line 191 in b481351
xrdp/common/os_calls.c
Lines 2493 to 2494 in b481351
Beta Was this translation helpful? Give feedback.
All reactions