SOURCES: xine-lib-formatstring.patch (NEW) - patch from gentoo por...
glen
glen at pld-linux.org
Sun Oct 9 14:08:58 CEST 2005
Author: glen Date: Sun Oct 9 12:08:58 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- patch from gentoo portage for CAN-2005-2967
---- Files affected:
SOURCES:
xine-lib-formatstring.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/xine-lib-formatstring.patch
diff -u /dev/null SOURCES/xine-lib-formatstring.patch:1.1
--- /dev/null Sun Oct 9 14:08:58 2005
+++ SOURCES/xine-lib-formatstring.patch Sun Oct 9 14:08:53 2005
@@ -0,0 +1,11 @@
+--- src/input/input_cdda.c.old 2005-05-28 11:26:59.000000000 +0200
++++ src/input/input_cdda.c 2005-10-02 01:43:47.921856832 +0200
+@@ -1473,7 +1473,7 @@ static void _cdda_save_cached_cddb_infos
+ return;
+ }
+ else {
+- fprintf(fd, filecontent);
++ fprintf(fd, "%s", filecontent);
+ fclose(fd);
+ }
+
================================================================
More information about the pld-cvs-commit
mailing list