jer 14/07/15 00:48:54 Added: nttcp-1.47-format-security.patch Log: EAPI bump. Add Debian patch. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-analyzer/nttcp/files/nttcp-1.47-format-security.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/files/nttcp-1.47-format-security.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/files/nttcp-1.47-format-security.patch?rev=1.1&content-type=text/plain Index: nttcp-1.47-format-security.patch =================================================================== --- a/nttcp.c +++ b/nttcp.c @@ -372,7 +372,7 @@ #define Message(x) fMessage(stdout, x) void Exit(char *s, int ret) { - syslog(LOG_DEBUG, s); + syslog(LOG_DEBUG, "%s", s); fMessage(stderr,s); exit(ret); }
