]> git.pld-linux.org Git - packages/tigervnc.git/blob - format-security.patch
- release 8 (by relup.sh)
[packages/tigervnc.git] / format-security.patch
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);
9  
10    return 0;
11  }
This page took 0.162147 seconds and 3 git commands to generate.