From 71ae460184efe750489a281ef58314b156ddc360 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 9 Oct 2005 12:08:53 +0000 Subject: [PATCH] - patch from gentoo portage for CAN-2005-2967 Changed files: xine-lib-formatstring.patch -> 1.1 --- xine-lib-formatstring.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xine-lib-formatstring.patch diff --git a/xine-lib-formatstring.patch b/xine-lib-formatstring.patch new file mode 100644 index 0000000..9730a79 --- /dev/null +++ b/xine-lib-formatstring.patch @@ -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); + } + -- 2.44.0