]> git.pld-linux.org Git - packages/libggi.git/commitdiff
- more
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Dec 2015 22:00:31 +0000 (23:00 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Dec 2015 22:00:31 +0000 (23:00 +0100)
libggi-security.patch

index 7f71759ea0e0ac6161c3267e4315d9f591af1bf0..9bba73e4a6f677561c7c0a1f3b686c12f407ff8e 100644 (file)
  }
  
  
+--- 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",
This page took 0.094912 seconds and 4 git commands to generate.