]> source.dussan.org Git - tigervnc.git/commit
Call correct wrappers for clipboard handling
authorPierre Ossman <ossman@cendio.se>
Fri, 21 Aug 2020 13:52:45 +0000 (15:52 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 21 Aug 2020 13:52:45 +0000 (15:52 +0200)
commit331a27addf46d39635fb4d195ae2f94058689832
tree61e7dbf1d4735b0ad73763c6acbba4bc00d27533
parenta7f1984a080da044d9d9370e24fbca35abcfd364
Call correct wrappers for clipboard handling

We incorrectly called the underlying functions instead of the safe
wrappers for the new clipboard functions. This had the effect of a)
crashing the entire server if one of these functions failed, and b) not
respecting the settings disabling the clipboard.
common/rfb/VNCServerST.cxx