]> git.pld-linux.org Git - packages/tigervnc.git/blame - format-security.patch
- server requires xkeyboard-config and xorg-app-xkbcomp to run
[packages/tigervnc.git] / format-security.patch
CommitLineData
560b508f
MK
1--- tigervnc-1.3.0/vncviewer/vncviewer.cxx.orig 2013-07-01 12:42:05.000000000 +0000
2+++ tigervnc-1.3.0/vncviewer/vncviewer.cxx 2013-07-18 13:01:58.387116062 +0000
3@@ -304,7 +304,7 @@
4
5 snprintf(vncServerName, VNCSERVERNAMELEN, "localhost::%d", localPort);
6 vncServerName[VNCSERVERNAMELEN - 1] = '\0';
7- vlog.error(vncServerName);
8+ vlog.error("%s", vncServerName);
78f92ab6
JR
9
10 return 0;
11 }
This page took 0.051262 seconds and 4 git commands to generate.