Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37577925
en ru br
ALT Linux repositórios
S:0.1.12-alt1_18

Group :: Desenvolvimento/C
RPM: libcprops

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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);
 }
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009