[packages/spooles] - compilation fix

witekfl witekfl at pld-linux.org
Wed Jan 15 12:28:02 CET 2014


commit 7a3ac097b6c4a9d9899dda098f05083566108224
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Wed Jan 15 12:27:08 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..9f22de5
--- /dev/null
+++ b/format-security.patch
@@ -0,0 +1,11 @@
+--- spooles-2.2/Utilities/src/iohb.c.orig	2014-01-15 11:59:54.288324327 +0100
++++ spooles-2.2/Utilities/src/iohb.c	2014-01-15 12:00:48.865835020 +0100
+@@ -1725,7 +1725,7 @@ static void upcase(char* S)
+ 
+ static void IOHBTerminate(char* message) 
+ {
+-   fprintf(stderr,message);
++   fputs(message,stderr);
+    exit(1);
+ }
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/spooles.git/commitdiff/c96fb405c1ebcd6c4afdce447c55108f56e2ac61



More information about the pld-cvs-commit mailing list