[packages/xbmc] - fixed errors from -Wfromat-security
baggins
baggins at pld-linux.org
Thu Nov 8 23:28:25 CET 2012
commit 4a14cd9396e275281d98fcbea312616c0ba858b0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Nov 8 23:27:43 2012 +0100
- fixed errors from -Wfromat-security
xbmc-format-security.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/xbmc-format-security.patch b/xbmc-format-security.patch
new file mode 100644
index 0000000..e9fab06
--- /dev/null
+++ b/xbmc-format-security.patch
@@ -0,0 +1,11 @@
+--- xbmc-11.0/lib/libdvd/libdvdcss/src/libdvdcss.c~ 2012-03-21 23:07:50.000000000 +0100
++++ xbmc-11.0/lib/libdvd/libdvdcss/src/libdvdcss.c 2012-11-08 21:55:05.735786045 +0100
+@@ -556,7 +556,7 @@
+
+ sprintf( psz_debug, "using CSS key cache dir: %s",
+ dvdcss->psz_cachefile );
+- print_debug( dvdcss, psz_debug );
++ print_debug( dvdcss, "%s", psz_debug );
+ }
+ nocache:
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xbmc.git/commitdiff/a85643dbfea8ef18143ab55d518703c930196b92
More information about the pld-cvs-commit
mailing list