Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37837588
en ru br
Репозитории ALT

Группа :: Разработка/C
Пакет: libcprops

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: libcprops-format-string.patch
Скачать


--- 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);
 }
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin