Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37903842
en ru br
ALT Linux repos
S:0.1.12-alt1_18

Group :: Development/C
RPM: libcprops

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libcprops-format-string.patch
Download


--- libcprops-0.1.12/log.c.orig	2012-12-15 19:49:54.141941168 +0200
+++ libcprops-0.1.12/log.c	2012-12-15 19:50:17.081693590 +0200
@@ -274,7 +274,7 @@
 	va_end(argp);
 	
 	buf[len] = '\0';
-	fprintf(logfile, buf);
+	fprintf(logfile, "%s", buf);
 	free(buf);
 }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin