]> 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:55:57 +0000 (15:55 +0200)
commit5c00a95d8ae0b48fae35ba495da21d5e05064fe9
treea9dfda566279c0a13a67b3cab0ff9e352694a424
parent6509b60b9d1df683615a973986ff896b5f0aef2d
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.

(cherry picked from commit 331a27addf46d39635fb4d195ae2f94058689832)
common/rfb/VNCServerST.cxx