[packages/smpeg] - compilation fix

witekfl witekfl at pld-linux.org
Sat Jan 25 10:45:29 CET 2014


commit 5f3bb35efa6632fbb45abd5c5d7f8a3057e9a6a4
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat Jan 25 10:44:05 2014 +0100

    - compilation fix

 format-security.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/format-security.patch b/format-security.patch
new file mode 100644
index 0000000..6966644
--- /dev/null
+++ b/format-security.patch
@@ -0,0 +1,11 @@
+--- smpeg-0.4.4/plaympeg.c.orig	2014-01-25 10:35:32.473152576 +0100
++++ smpeg-0.4.4/plaympeg.c	2014-01-25 10:36:21.496226535 +0100
+@@ -262,7 +262,7 @@ int ftp_get_reply(int tcp_sock)
+       answer[i] = c;
+     }
+     answer[i] = 0;
+-    fprintf(stderr, answer + 4);
++    fputs(answer + 4, stderr);
+   }
+   while(answer[3] == '-');
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/smpeg.git/commitdiff/c6342105b900aa114b9e0ee6bc8d9e6a5ddc0992



More information about the pld-cvs-commit mailing list