]> git.pld-linux.org Git - packages/xrdp.git/blame - format-security.patch
- up to 0.6.1
[packages/xrdp.git] / format-security.patch
CommitLineData
f36b3e91
JR
1--- xrdp-v0.6.1/common/log.c~ 2013-11-09 21:11:15.000000000 +0100
2+++ xrdp-v0.6.1/common/log.c 2013-12-07 18:38:21.836315352 +0100
3@@ -160,7 +160,7 @@
4 if (l_cfg->enable_syslog && (lvl <= l_cfg->log_level))
5 {
6 /* log to syslog */
7- syslog(log_xrdp2syslog(lvl), buff + 20);
8+ syslog(log_xrdp2syslog(lvl), "%s", buff + 20);
9 }
10
11 if (lvl <= l_cfg->log_level)
This page took 0.074844 seconds and 4 git commands to generate.