You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libvncclient: Fix text length in extended clipboard encoding
Text data sent via extended clipboard encoding is null-terminated and this null character is counted in the length field sent to server.
E.g. for "abc", bytes {'a', 'b', 'c', '\0'} are sent with length = 4.
0 commit comments