[packages/libggi] - more
arekm
arekm at pld-linux.org
Sat Dec 5 23:00:36 CET 2015
commit b569d6aac276143a43b7c0a5b3266475c149855a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Dec 5 23:00:31 2015 +0100
- more
libggi-security.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/libggi-security.patch b/libggi-security.patch
index 7f71759..9bba73e 100644
--- a/libggi-security.patch
+++ b/libggi-security.patch
@@ -29,3 +29,14 @@
}
+--- libggi-2.2.2/programs/check/findleaks.c~ 2005-06-09 20:46:12.000000000 +0200
++++ libggi-2.2.2/programs/check/findleaks.c 2015-12-05 23:00:05.672237128 +0100
+@@ -72,7 +72,7 @@ static long get_size(void)
+ static void
+ inform_mem(const char *info, long prev, long now, long allocprev, long allocnow)
+ {
+- printf(info);
++ printf("%s", info);
+ printf("Used before : %6ld, after: %6ld, Change: %6ld\n",
+ prev, now, now-prev);
+ printf("Alloced before: %6ld, after: %6ld, Change: %6ld\n",
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libggi.git/commitdiff/b569d6aac276143a43b7c0a5b3266475c149855a
More information about the pld-cvs-commit
mailing list