]> source.dussan.org Git - tigervnc.git/commit
Fixed issue where CLI paramters specified as "-param value" caused
authorBrian P. Hinz <bphinz@users.sf.net>
Sun, 6 Aug 2017 19:00:09 +0000 (15:00 -0400)
committerBrian P. Hinz <bphinz@users.sf.net>
Sun, 6 Aug 2017 19:03:57 +0000 (15:03 -0400)
commit8081c33861a1d575a67f66a1bef395dd4f7bf282
tree5357e52bd96b67d2b2d7c406ead7f050c9827eaa
parent61e25f9187c586715ea61b2279a856532844b036
Fixed issue where CLI paramters specified as "-param value" caused
a java.nio.BufferOverflowException while the same parameter specified
as "-param=value" worked fine.
java/com/tigervnc/vncviewer/VncViewer.java