Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clipboard: Allow a file read to return 0 for EOF
When used with a FreeRDP client on Linux, a file copy operation from the clipboard detects end-of-file by a read returning 0 bytes. This is currently marked as an error. It is assumed that mstsc.exe detects end-of-file in another way, which is why this has not been found before.
- Loading branch information