]> source.dussan.org Git - tigervnc.git/commit
Fixes a condition where too much data on the local clipboard causes the client to...
authorBrian Hinz <bphinz@users.sourceforge.net>
Sat, 23 Nov 2013 05:05:21 +0000 (05:05 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Sat, 23 Nov 2013 05:05:21 +0000 (05:05 +0000)
commitfefa48d3c47a2cfbedf6dd544354a2db97760b85
tree71773b2882ec8616222b70ce107cc4e4b85a1da4
parent3027bc5705d3923581b1a025122db0e729b59fcf
Fixes a condition where too much data on the local clipboard causes the client to exceed the max heap size and exit.  Since the server will, by default, discard clipboard transfers greater than 256KB anyway, a parameter was added which sets the default max clipboard size that the client will hold to 256KB also.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5138 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/com/tigervnc/vncviewer/ClipboardDialog.java
java/com/tigervnc/vncviewer/DesktopWindow.java
java/com/tigervnc/vncviewer/VncViewer.java