jer 14/07/21 15:26:31 Modified: nttcp-1.47-format-security.patch Log: Add newline. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/files/nttcp-1.47-format-security.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/files/nttcp-1.47-format-security.patch?r1=1.1&r2=1.2 Index: nttcp-1.47-format-security.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/files/nttcp-1.47-format-security.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nttcp-1.47-format-security.patch 15 Jul 2014 00:48:54 -0000 1.1 +++ nttcp-1.47-format-security.patch 21 Jul 2014 15:26:31 -0000 1.2 @@ -5,7 +5,7 @@ void Exit(char *s, int ret) { - syslog(LOG_DEBUG, s); -+ syslog(LOG_DEBUG, "%s", s); ++ syslog(LOG_DEBUG, "%s\n", s); fMessage(stderr,s); exit(ret); }
